com.google.bitcoin.uri
Class BitcoinURIParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.uri.BitcoinURIParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OptionalFieldValidationException, RequiredFieldValidationException
public class BitcoinURIParseException
- extends Exception
Exception to provide the following to BitcoinURI:
- Provision of parsing error messages
This base exception acts as a general failure mode not attributable to a specific cause (other than
that reported in the exception message). Since this is in English, it may not be worth reporting directly
to the user other than as part of a "general failure to parse" response.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BitcoinURIParseException
public BitcoinURIParseException(String s)
BitcoinURIParseException
public BitcoinURIParseException(String s,
Throwable throwable)
Copyright © 2014. All rights reserved.