public final class EnumParseException extends RuntimeException
| Constructor and Description | 
|---|
| EnumParseException(String message,
                  String illegalValue)Creates the EnumParseException | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getIllegalValue()Returns the String value that triggered the EnumParseException. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getIllegalValue()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.