public class UsageException
extends java.lang.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,
java.lang.String message) |
UsageException(int exitCode,
java.lang.String format,
java.lang.Object... objs) |
UsageException(int exitCode,
java.lang.Throwable cause) |
UsageException(java.lang.String format,
java.lang.Object... objs) |
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
public 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, java.lang.String message)
public UsageException(int exitCode, java.lang.String format, java.lang.Object... objs)
public UsageException(java.lang.String format, java.lang.Object... objs)
public UsageException(int exitCode, java.lang.Throwable cause)
Copyright © 1995–2023 Webtide. All rights reserved.