Package FAtiMA.Core.exceptions
Class AgentParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
FAtiMA.Core.exceptions.AgentParsingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an exception passing a message backAgentParsingException(String msg, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AgentParsingException
public AgentParsingException() -
AgentParsingException
Construct an exception passing a message back- Parameters:
msg- message
-
AgentParsingException
- Parameters:
msg- messageex- wrapped error/exception
-
AgentParsingException
- Parameters:
ex- wrapped error/exception
-