Package ca.phon.ipadictionary.exceptions
Class DuplicateEntry
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.ipadictionary.exceptions.IPADictionaryExecption
ca.phon.ipadictionary.exceptions.DuplicateEntry
- All Implemented Interfaces:
Serializable
Exception thrown during
IPADictionary.addEntry(String, String)
when a duplicate entry was specified.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateEntry
public DuplicateEntry()
-