public class PhoneNumberParseException extends WrappedRuntimeException
Constructor and Description |
---|
PhoneNumberParseException(String message)
Creates a new instance with the given message
|
PhoneNumberParseException(String message,
com.google.i18n.phonenumbers.NumberParseException e)
Creates a new instance for the given
NumberParseException |
constructMessage, findWrapped, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PhoneNumberParseException(String message, com.google.i18n.phonenumbers.NumberParseException e)
NumberParseException
message
- The exception's messagee
- The causing exceptionpublic PhoneNumberParseException(String message)
message
- The exception's messageCopyright © 2010–2018 Jadira Systems. All rights reserved.