Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OptionalFieldValidationException

        public OptionalFieldValidationException​(java.lang.String s)
      • OptionalFieldValidationException

        public OptionalFieldValidationException​(java.lang.String s,
                                                java.lang.Throwable throwable)