Package jason
Class NoValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jason.JasonException
jason.NoValueException
- All Implemented Interfaces:
java.io.Serializable
public class NoValueException extends JasonException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Fields inherited from class jason.JasonException
UNKNOW_ERROR, WRONG_ARGS
-
Constructor Summary
Constructors Constructor Description NoValueException()
NoValueException(java.lang.String msg)
NoValueException(java.lang.String msg, java.lang.Exception cause)
-
Method Summary
Methods inherited from class jason.JasonException
addErrorAnnot, createBasicErrorAnnots, createBasicErrorAnnots, createWrongArgument, createWrongArgumentNb, getErrorTerms
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Details
-
NoValueException
public NoValueException() -
NoValueException
public NoValueException(java.lang.String msg) -
NoValueException
public NoValueException(java.lang.String msg, java.lang.Exception cause)
-