All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.Metaphrase.MetaphraseFatalException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----COM.Lexical.Metaphrase.MetaphraseException
                            |
                            +----COM.Lexical.Metaphrase.MetaphraseFatalException

public class MetaphraseFatalException
extends MetaphraseException
Used as a stop-gap for methods which have not yet been implemented.

Version:
Authority1.1, 11 Apr 2000

Constructor Index

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

Constructor Detail

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index