All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.BufferedEnumException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.RuntimeException
                            |
                            +----COM.Lexical.BufferedEnumException

public class BufferedEnumException
extends java.lang.RuntimeException
Thrown if an error occurs accessing the Metaphrase Server.

Version:
Authority1.1, 11 Apr 2000

Variable Index

 o detail
 

Constructor Index

 o BufferedEnumException()
Create a BufferedEnumException with an empty message.
 o BufferedEnumException(String)
Create a BufferedEnumException with given message.
 o BufferedEnumException(String, Throwable)
Create a BufferedEnumException with given message and exception.

Method Index

 o getMessage()
Produce the message, including the message from the nested exception if there is one.

Field Detail

 o detail
public java.lang.Throwable detail

Constructor Detail

 o BufferedEnumException
public BufferedEnumException()
          Create a BufferedEnumException with an empty message.
 o BufferedEnumException
public BufferedEnumException(java.lang.String m)
          Create a BufferedEnumException with given message.
 o BufferedEnumException
public BufferedEnumException(java.lang.String m,
                             java.lang.Throwable ex)
          Create a BufferedEnumException with given message and exception.

Method Detail

 o getMessage
public java.lang.String getMessage()
          Produce the message, including the message from the nested exception if there is one.
Overrides:
getMessage in class java.lang.Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index