Package jason
Class RevisionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jason.JasonException
jason.RevisionFailedException
- All Implemented Interfaces:
java.io.Serializable
public class RevisionFailedException extends JasonException
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class jason.JasonException
UNKNOW_ERROR, WRONG_ARGS
-
Constructor Summary
Constructors Constructor Description RevisionFailedException()
RevisionFailedException(java.lang.String msg)
RevisionFailedException(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
-
Constructor Details
-
RevisionFailedException
public RevisionFailedException() -
RevisionFailedException
public RevisionFailedException(java.lang.String msg) -
RevisionFailedException
public RevisionFailedException(java.lang.String msg, java.lang.Exception cause)
-