| Modifier and Type | Method and Description |
|---|---|
NumberParseException.ErrorType |
NumberParseException.getErrorType()
Returns the error type of the exception that has been thrown.
|
static NumberParseException.ErrorType |
NumberParseException.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberParseException.ErrorType[] |
NumberParseException.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NumberParseException(NumberParseException.ErrorType errorType,
String message) |
Copyright © 2014 Google. All Rights Reserved.