All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.LastAtomException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.Lexical.Metaphrase.MetaphraseException
|
+----COM.Lexical.Metaphrase.LastAtomException
- public class LastAtomException
- extends MetaphraseException
Thrown by an edit which would result in the removal of all the
Atoms in a Concept.
- Version:
- Authority1.1, 11 Apr 2000
LastAtomException()
- Create a LastAtomException with an empty message.
LastAtomException(String)
- Create a LastAtomException with given message.
LastAtomException
public LastAtomException()
Create a LastAtomException with an empty message.
LastAtomException
public LastAtomException(java.lang.String m)
Create a LastAtomException with given message.
All Packages Class Hierarchy This Package Previous Next Index