com.google.bitcoin.uri
Class OptionalFieldValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.uri.BitcoinURIParseException
com.google.bitcoin.uri.OptionalFieldValidationException
- All Implemented Interfaces:
- Serializable
public class OptionalFieldValidationException
- extends BitcoinURIParseException
Exception to provide the following to org.multibit.qrcode.BitcoinURI:
- Provision of parsing error messages
This exception occurs when an optional field is detected (under the Bitcoin URI scheme) and fails
to pass the associated test (such as amount not being a valid number).
- Since:
- 0.3.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OptionalFieldValidationException
public OptionalFieldValidationException(String s)
OptionalFieldValidationException
public OptionalFieldValidationException(String s,
Throwable throwable)
Copyright © 2014. All rights reserved.