public class WekaException
extends java.lang.Exception
| Constructor and Description | 
|---|
WekaException()
Creates a new WekaException with no message. 
 | 
WekaException(java.lang.String message)
Creates a new WekaException. 
 | 
WekaException(java.lang.String message,
             java.lang.Throwable cause)
Constructor with message and cause 
 | 
WekaException(java.lang.Throwable cause)
Constructor with cause argument 
 | 
public WekaException()
public WekaException(java.lang.String message)
message - the reason for raising an exception.public WekaException(java.lang.String message,
                     java.lang.Throwable cause)
message - the message for the exceptioncause - the root cause Throwablepublic WekaException(java.lang.Throwable cause)
cause - the root cause Throwable