Class DuplicateSymbolTranslatorEntry

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateSymbolTranslatorEntry
    extends java.lang.Exception
    See Also:
    Serialized Form
    • 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
    • Constructor Detail

      • DuplicateSymbolTranslatorEntry

        public DuplicateSymbolTranslatorEntry()
      • DuplicateSymbolTranslatorEntry

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

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

        public DuplicateSymbolTranslatorEntry​(java.lang.Throwable ex)
        Parameters:
        ex - wrapped error/exception