Class InvalidReplaceUnboundVariableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidReplaceUnboundVariableException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • 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 - message
        ex - wrapped error/exception
      • InvalidReplaceUnboundVariableException

        public InvalidReplaceUnboundVariableException​(java.lang.Throwable ex)
        Parameters:
        ex - wrapped error/exception