Class MnemonicException.MnemonicWordException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    MnemonicException

    public static class MnemonicException.MnemonicWordException
    extends MnemonicException
    Thrown when a word is encountered which is not in the MnemonicCode's word list.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String badWord
      Contains the word that was not found in the word list.
    • Constructor Summary

      Constructors 
      Constructor Description
      MnemonicWordException​(java.lang.String badWord)  
    • 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
    • Field Detail

      • badWord

        public final java.lang.String badWord
        Contains the word that was not found in the word list.
    • Constructor Detail

      • MnemonicWordException

        public MnemonicWordException​(java.lang.String badWord)