public class UsageException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_BAD_ARG |
static int |
ERR_INVOKE_MAIN |
static int |
ERR_LOGGING |
static int |
ERR_NOT_STOPPED |
static int |
ERR_UNKNOWN |
| Constructor and Description |
|---|
UsageException(int exitCode,
String format,
Object... objs) |
UsageException(int exitCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int ERR_LOGGING
public static final int ERR_INVOKE_MAIN
public static final int ERR_NOT_STOPPED
public static final int ERR_UNKNOWN
public static final int ERR_BAD_ARG
public UsageException(int exitCode,
Throwable cause)
Copyright © 1995-2015 Webtide. All Rights Reserved.