public class DistributedWekaException
extends weka.core.WekaException
Constructor and Description |
---|
DistributedWekaException()
Constructor
|
DistributedWekaException(java.lang.String message)
Constructor with message argument
|
DistributedWekaException(java.lang.String message,
java.lang.Throwable cause)
Constructor with message and cause
|
DistributedWekaException(java.lang.Throwable cause)
Constructor with cause argument
|
public DistributedWekaException()
public DistributedWekaException(java.lang.String message)
message
- the message for the exceptionpublic DistributedWekaException(java.lang.String message, java.lang.Throwable cause)
message
- the message for the exceptioncause
- the root cause Throwablepublic DistributedWekaException(java.lang.Throwable cause)
cause
- the root cause Throwable