Uses of Class
com.google.i18n.phonenumbers.NumberParseException.ErrorType
-
Packages that use NumberParseException.ErrorType Package Description com.google.i18n.phonenumbers -
-
Uses of NumberParseException.ErrorType in com.google.i18n.phonenumbers
Methods in com.google.i18n.phonenumbers that return NumberParseException.ErrorType Modifier and Type Method Description NumberParseException.ErrorTypeNumberParseException. getErrorType()Returns the error type of the exception that has been thrown.static NumberParseException.ErrorTypeNumberParseException.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.Constructors in com.google.i18n.phonenumbers with parameters of type NumberParseException.ErrorType Constructor Description NumberParseException(NumberParseException.ErrorType errorType, java.lang.String message)
-