public class UsageException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_BAD_ARG |
static int |
ERR_BAD_GRAPH |
static int |
ERR_BAD_STOP_PROPS |
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) |
UsageException(String format,
Object... objs) |
| 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_BAD_ARG
public static final int ERR_BAD_GRAPH
public static final int ERR_BAD_STOP_PROPS
public static final int ERR_UNKNOWN
public UsageException(int exitCode,
Throwable cause)
Copyright © 1995–2017 Webtide. All rights reserved.