public class RequiredFieldValidationException extends BitcoinURIParseException
Exception to provide the following to BitcoinURI
:
This exception occurs when a required field is detected (under the BIP21 rules) and fails
to pass the associated test (such as req-expires
being out of date), or the required field is unknown
to this version of the client in which case it should fail for security reasons.
Constructor and Description |
---|
RequiredFieldValidationException(String s) |
RequiredFieldValidationException(String s,
Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.