Package org.bitcoindevkit
Class AddressParseException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AddressParseException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AddressParseException.Base58
public final class
AddressParseException.Bech32
public final class
AddressParseException.WitnessVersion
public final class
AddressParseException.WitnessProgram
public final class
AddressParseException.UnknownHrp
public final class
AddressParseException.LegacyAddressTooLong
public final class
AddressParseException.InvalidBase58PayloadLength
public final class
AddressParseException.InvalidLegacyPrefix
public final class
AddressParseException.NetworkValidation
public final class
AddressParseException.OtherAddressParseErr
public class
AddressParseException.ErrorHandler
-
Field Summary
Fields Modifier and Type Field Description private final Throwable
cause
private final String
message
public final static AddressParseException.ErrorHandler
ErrorHandler
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-