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:
java.io.Serializable
public class InvalidReplaceUnboundVariableException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidReplaceUnboundVariableException()InvalidReplaceUnboundVariableException(java.lang.String msg)Construct an exception passing a message backInvalidReplaceUnboundVariableException(java.lang.String msg, java.lang.Throwable ex)InvalidReplaceUnboundVariableException(java.lang.Throwable ex)
-
-
-
Constructor Detail
-
InvalidReplaceUnboundVariableException
public InvalidReplaceUnboundVariableException()
-
InvalidReplaceUnboundVariableException
public InvalidReplaceUnboundVariableException(java.lang.String msg)
Construct an exception passing a message back- Parameters:
msg- message
-
InvalidReplaceUnboundVariableException
public InvalidReplaceUnboundVariableException(java.lang.String msg, java.lang.Throwable ex)- Parameters:
msg- messageex- wrapped error/exception
-
InvalidReplaceUnboundVariableException
public InvalidReplaceUnboundVariableException(java.lang.Throwable ex)
- Parameters:
ex- wrapped error/exception
-
-