com.google.bitcoin.crypto
Class MnemonicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.bitcoin.crypto.MnemonicException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException

public class MnemonicException
extends Exception

Exceptions thrown by the MnemonicCode module.

See Also:
Serialized Form

Nested Class Summary
static class MnemonicException.MnemonicChecksumException
          Thrown when a list of MnemonicCode words fails the checksum check.
static class MnemonicException.MnemonicLengthException
          Thrown when an argument to MnemonicCode is the wrong length.
static class MnemonicException.MnemonicWordException
          Thrown when a word is encountered which is not in the MnemonicCode's word list.
 
Constructor Summary
MnemonicException()
           
MnemonicException(String msg)
           
 
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

MnemonicException

public MnemonicException()

MnemonicException

public MnemonicException(String msg)


Copyright © 2014. All rights reserved.