Class BitcoinURIParseException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    OptionalFieldValidationException, RequiredFieldValidationException

    public class BitcoinURIParseException
    extends java.lang.Exception

    Exception to provide the following to BitcoinURI:

    • Provision of parsing error messages

    This base exception acts as a general failure mode not attributable to a specific cause (other than that reported in the exception message). Since this is in English, it may not be worth reporting directly to the user other than as part of a "general failure to parse" response.

    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

      • BitcoinURIParseException

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

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