Class ParameterInterpreterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParameterInterpreterException
    extends PubServerException
    Exception if the parameter parser or interpreter fails
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterInterpreterException

        public ParameterInterpreterException​(java.lang.Object caller,
                                             java.lang.String errorMessage,
                                             java.lang.Throwable cause)
        ParamenterInterpererException with code 0
        Parameters:
        caller - caller
        errorMessage - error message
        cause - cause
      • ParameterInterpreterException

        public ParameterInterpreterException​(java.lang.Object caller,
                                             int errorCode,
                                             java.lang.String errorMessage,
                                             java.lang.Throwable cause)
        ParamenterInterpererException with given code
        Parameters:
        caller - caller
        errorCode - error code
        errorMessage - error message
        cause - cause
    • Method Detail

      • getErrorMessage

        public java.lang.String getErrorMessage()
      • getErrorCode

        public int getErrorCode()