Package org.bitcoinj.uri
Class OptionalFieldValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.uri.BitcoinURIParseException
org.bitcoinj.uri.OptionalFieldValidationException
- All Implemented Interfaces:
Serializable
Exception to provide the following to 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:
-
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
-
OptionalFieldValidationException
-
OptionalFieldValidationException
-