Class DuplicateSymbolTranslatorEntry

java.lang.Object
java.lang.Throwable
java.lang.Exception
FAtiMA.culture.exceptions.DuplicateSymbolTranslatorEntry
All Implemented Interfaces:
Serializable

public class DuplicateSymbolTranslatorEntry extends Exception
See Also:
  • Constructor Details

    • DuplicateSymbolTranslatorEntry

      public DuplicateSymbolTranslatorEntry()
    • DuplicateSymbolTranslatorEntry

      public DuplicateSymbolTranslatorEntry(String msg)
      Construct an exception passing a message back
      Parameters:
      msg - message
    • DuplicateSymbolTranslatorEntry

      public DuplicateSymbolTranslatorEntry(String msg, Throwable ex)
      Parameters:
      msg - message
      ex - wrapped error/exception
    • DuplicateSymbolTranslatorEntry

      public DuplicateSymbolTranslatorEntry(Throwable ex)
      Parameters:
      ex - wrapped error/exception