Class InvalidReplaceUnboundVariableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
FAtiMA.Core.exceptions.InvalidReplaceUnboundVariableException
All Implemented Interfaces:
Serializable

public class InvalidReplaceUnboundVariableException extends RuntimeException
See Also:
  • Constructor Details

    • InvalidReplaceUnboundVariableException

      public InvalidReplaceUnboundVariableException()
    • InvalidReplaceUnboundVariableException

      public InvalidReplaceUnboundVariableException(String msg)
      Construct an exception passing a message back
      Parameters:
      msg - message
    • InvalidReplaceUnboundVariableException

      public InvalidReplaceUnboundVariableException(String msg, Throwable ex)
      Parameters:
      msg - message
      ex - wrapped error/exception
    • InvalidReplaceUnboundVariableException

      public InvalidReplaceUnboundVariableException(Throwable ex)
      Parameters:
      ex - wrapped error/exception