Package ca.phon.ipadictionary.exceptions
Class CapabilityNotImplemented
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.ipadictionary.exceptions.IPADictionaryExecption
ca.phon.ipadictionary.exceptions.CapabilityNotImplemented
- All Implemented Interfaces:
Serializable
Exception thrown when a requested capability is not
implemented in the dictionary object.
- See Also:
-
Constructor Summary
ConstructorDescriptionCapabilityNotImplemented
(Class<?> cap) CapabilityNotImplemented
(Class<?> cap, String arg0) CapabilityNotImplemented
(Class<?> cap, String arg0, Throwable arg1) CapabilityNotImplemented
(Class<?> cap, Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CapabilityNotImplemented
-
CapabilityNotImplemented
-
CapabilityNotImplemented
-
CapabilityNotImplemented
-