public class WekaException extends Exception
| Constructor and Description |
|---|
WekaException()
Creates a new WekaException with no message.
|
WekaException(String message)
Creates a new WekaException.
|
WekaException(String message,
Throwable cause)
Constructor with message and cause
|
WekaException(Throwable cause)
Constructor with cause argument
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WekaException()
public WekaException(String message)
message - the reason for raising an exception.public WekaException(String message, Throwable cause)
message - the message for the exceptioncause - the root cause Throwablepublic WekaException(Throwable cause)
cause - the root cause ThrowableCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.