public class OptionalFieldValidationException extends BitcoinURIParseException
Exception to provide the following to BitcoinURI
:
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).
Constructor and Description |
---|
OptionalFieldValidationException(java.lang.String s) |
OptionalFieldValidationException(java.lang.String s,
java.lang.Throwable throwable) |