com.google.bitcoin.uri
Class OptionalFieldValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.bitcoin.uri.BitcoinURIParseException
              extended by com.google.bitcoin.uri.OptionalFieldValidationException
All Implemented Interfaces:
Serializable

public class OptionalFieldValidationException
extends BitcoinURIParseException

Exception to provide the following to org.multibit.qrcode.BitcoinURI:

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
OptionalFieldValidationException(String s)
           
OptionalFieldValidationException(String s, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String s)

OptionalFieldValidationException

public OptionalFieldValidationException(String s,
                                        Throwable throwable)


Copyright © 2014. All rights reserved.