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:
java.io.Serializable
public class OptionalFieldValidationException extends BitcoinURIParseException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptionalFieldValidationException(java.lang.String s)
OptionalFieldValidationException(java.lang.String s, java.lang.Throwable throwable)
-