Package FAtiMA.Core.exceptions
Class ActionsParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
FAtiMA.Core.exceptions.ActionsParsingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an exception passing a message backActionsParsingException(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
-
ActionsParsingException
public ActionsParsingException() -
ActionsParsingException
Construct an exception passing a message back- Parameters:
msg- message
-
ActionsParsingException
- Parameters:
msg- messageex- wrapped error/exception
-
ActionsParsingException
- Parameters:
ex- wrapped error/exception
-