Class CLIException

All Implemented Interfaces:
Serializable

public class CLIException extends Exception
See Also:
  • Constructor Details

    • CLIException

      public CLIException()
    • CLIException

      public CLIException(int code)
    • CLIException

      public CLIException(String message)
    • CLIException

      public CLIException(String message, int code)
  • Method Details

    • getCode

      public int getCode()