Package FAtiMA.culture.exceptions
Class DuplicateSymbolTranslatorEntry
java.lang.Object
java.lang.Throwable
java.lang.Exception
FAtiMA.culture.exceptions.DuplicateSymbolTranslatorEntry
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an exception passing a message back -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateSymbolTranslatorEntry
public DuplicateSymbolTranslatorEntry() -
DuplicateSymbolTranslatorEntry
Construct an exception passing a message back- Parameters:
msg- message
-
DuplicateSymbolTranslatorEntry
- Parameters:
msg- messageex- wrapped error/exception
-
DuplicateSymbolTranslatorEntry
- Parameters:
ex- wrapped error/exception
-