Package org.bitcoinj.uri
Class RequiredFieldValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.uri.BitcoinURIParseException
org.bitcoinj.uri.RequiredFieldValidationException
- All Implemented Interfaces:
Serializable
Exception to provide the following to BitcoinURI
:
- Provision of parsing error messages
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.
- Since:
- 0.3.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequiredFieldValidationException
-
RequiredFieldValidationException
-