Package org.eclipse.jetty.start
Class UsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.start.UsageException
- All Implemented Interfaces:
Serializable
A Usage Error has occurred. Print the usage and exit with the appropriate exit code.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionUsageException
(int exitCode, String message) UsageException
(int exitCode, String format, Object... objs) UsageException
(int exitCode, Throwable cause) UsageException
(String format, Object... objs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERR_LOGGING
public static final int ERR_LOGGING- See Also:
-
ERR_INVOKE_MAIN
public static final int ERR_INVOKE_MAIN- See Also:
-
ERR_NOT_STOPPED
public static final int ERR_NOT_STOPPED- See Also:
-
ERR_BAD_ARG
public static final int ERR_BAD_ARG- See Also:
-
ERR_BAD_GRAPH
public static final int ERR_BAD_GRAPH- See Also:
-
ERR_BAD_STOP_PROPS
public static final int ERR_BAD_STOP_PROPS- See Also:
-
ERR_UNKNOWN
public static final int ERR_UNKNOWN- See Also:
-
-
Constructor Details
-
UsageException
-
UsageException
-
UsageException
-
UsageException
-
-
Method Details
-
getExitCode
public int getExitCode()
-