Module es.upm.fi.cig.multictbnc
Class NeverSeenStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.NeverSeenStateException
- All Implemented Interfaces:
Serializable
Thrown when a state was never seen before by the classifier.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aNeverSeenStateException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NeverSeenStateException
Constructs aNeverSeenStateException
with the specified detail message.- Parameters:
msg
- detail message
-