Package jason.asSemantics
Class NoOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jason.JasonException
jason.asSemantics.NoOptionException
- All Implemented Interfaces:
Serializable
no option from selectOption function
- See Also:
-
Field Summary
Fields inherited from class jason.JasonException
error, errorAnnots, UNKNOW_ERROR, WRONG_ARGS
-
Constructor Summary
ConstructorDescriptionNoOptionException
(String msg, Term error) Constructs an instance ofJasonException
with the specified detail message and error description term. -
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
-
Constructor Details
-
NoOptionException
Constructs an instance ofJasonException
with the specified detail message and error description term.- Parameters:
msg
- the detail message.error
- the term that details (in AgentSpeak) the error
-