public abstract class OptionException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
List<String> |
options()
Gives the option being considered when the exception was created.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<String> options()
public final String getMessage()
getMessage in class Throwable© Copyright 2004-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License.