Class OptionalFieldValidationException

All Implemented Interfaces:
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:
  • Constructor Details

    • OptionalFieldValidationException

      public OptionalFieldValidationException(String s)
    • OptionalFieldValidationException

      public OptionalFieldValidationException(String s, Throwable throwable)