Class ParameterInterpreterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.parameterparser.exception.ParameterInterpreterException
All Implemented Interfaces:
Serializable

public class ParameterInterpreterException extends PubServerException
Exception if the parameter parser or interpreter fails
See Also:
  • Field Details

  • Constructor Details

    • ParameterInterpreterException

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

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

    • getErrorMessage

      public String getErrorMessage()
    • getErrorCode

      public int getErrorCode()