|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weka.core.UnassignedDatasetException
public class UnassignedDatasetException
UnassignedDatasetException
is used when
a method of an Instance is called that requires access to
the Instance structure, but that the Instance does not contain
a reference to any Instances (as set by Instance.setDataset(), or when
an Instance is added to a set of Instances)).
Constructor Summary | |
---|---|
UnassignedDatasetException()
Creates a new UnassignedDatasetException instance
with no detail message. |
|
UnassignedDatasetException(java.lang.String message)
Creates a new UnassignedDatasetException instance
with a specified message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnassignedDatasetException()
UnassignedDatasetException
instance
with no detail message.
public UnassignedDatasetException(java.lang.String message)
UnassignedDatasetException
instance
with a specified message.
messagae
- a String
containing the message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |