| Package | Description |
|---|---|
| com.google.i18n.phonenumbers |
| Modifier and Type | Method | Description |
|---|---|---|
NumberParseException.ErrorType |
NumberParseException.getErrorType() |
Returns the error type of the exception that has been thrown.
|
static NumberParseException.ErrorType |
NumberParseException.ErrorType.valueOf(java.lang.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 | Description |
|---|---|
NumberParseException(NumberParseException.ErrorType errorType,
java.lang.String message) |
Copyright © 2020 Google. All Rights Reserved.