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