Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hsh.graja.util.cli.CommandException
All Implemented Interfaces:
Serializable

public class CommandException extends Exception
See Also:
  • Field Details

    • DEFAULT_RETURN_CODE

      public static final int DEFAULT_RETURN_CODE
      See Also:
    • DEFAULT_MESSAGE

      public static final String DEFAULT_MESSAGE
  • Constructor Details

    • CommandException

      public CommandException(String message, Throwable cause)
    • CommandException

      public CommandException(Throwable cause)
    • CommandException

      public CommandException(int returnCode, Throwable cause)
    • CommandException

      public CommandException(int returnCode, String message)
    • CommandException

      public CommandException(String message)
    • CommandException

      public CommandException()
    • CommandException

      public CommandException(int returnCode)
    • CommandException

      public CommandException(int returnCode, String message, Throwable cause)
  • Method Details

    • getReturnCode

      public int getReturnCode()