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