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

Constructor Index

 o LastAtomException()
Create a LastAtomException with an empty message.
 o LastAtomException(String)
Create a LastAtomException with given message.

Constructor Detail

 o LastAtomException
public LastAtomException()
          Create a LastAtomException with an empty message.
 o LastAtomException
public LastAtomException(java.lang.String m)
          Create a LastAtomException with given message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index