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
MetaphraseFatalException()
- Create a MetaphraseFatalException with an empty message.
MetaphraseFatalException(String)
- Create a MetaphraseFatalException with given message.
MetaphraseFatalException
public MetaphraseFatalException()
Create a MetaphraseFatalException with an empty message.
MetaphraseFatalException
public MetaphraseFatalException(java.lang.String m)
Create a MetaphraseFatalException with given message.
All Packages Class Hierarchy This Package Previous Next Index