ABLE, Version 1.1b

com.ibm.able.data
Class AbleDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--com.ibm.able.AbleException
                                |
                                +--com.ibm.able.data.AbleDataException

public class AbleDataException
extends AbleException

This class defines an exception for reporting data related errors.

Version:
$Revision: 1.1 $, $Date: 2000/08/09 21:24:17 $
See Also:
Serialized Form

Field Summary
 int column
           
 java.lang.String errToken
           
 java.lang.String expToken
           
 int line
           
 
Fields inherited from class com.ibm.able.AbleException
severity
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
AbleDataException()
          Create a new Able data exception.
AbleDataException(java.lang.String theErrorLocation)
          Create a new Able data exception.
AbleDataException(java.lang.String theErrorLocation, java.lang.String theErrorMessage)
          Create a new Able data exception.
AbleDataException(java.lang.String theErrorLocation, java.lang.String theErrorMessage, java.lang.String theAdditionalText)
          Create a new Able data exception.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 java.lang.String getAdditionalText()
          Retrieve additional information.
 java.lang.String getErrorLocation()
          Retrieve the location of the error.
 java.lang.String getErrorMessage()
          Retrieve the error message.
 java.lang.String getFullText()
          Retrieve the full exception text.
 java.lang.String toString()
          Retrieve a string describing (the contents of) the object.
 
Methods inherited from class com.ibm.able.AbleException
getSeverity, setSeverity
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line

public int line

column

public int column

errToken

public java.lang.String errToken

expToken

public java.lang.String expToken
Constructor Detail

AbleDataException

public AbleDataException(java.lang.String theErrorLocation,
                         java.lang.String theErrorMessage,
                         java.lang.String theAdditionalText)
Create a new Able data exception.
Parameters:
theErrorLocation - A string indicating where in the code the error occurred.

theErrorMessage - Text identifying the nature of the error.

theAdditionalText - Any other pertinent information.


AbleDataException

public AbleDataException(java.lang.String theErrorLocation,
                         java.lang.String theErrorMessage)
Create a new Able data exception.
Parameters:
theErrorLocation - A string indicating where in the code the error occurred.

theErrorMessage - Text identifying the nature of the error.


AbleDataException

public AbleDataException(java.lang.String theErrorLocation)
Create a new Able data exception.
Parameters:
theErrorLocation - A string indicating where in the code the error occurred.


AbleDataException

public AbleDataException()
Create a new Able data exception.
Method Detail

getErrorLocation

public java.lang.String getErrorLocation()
Retrieve the location of the error.
Returns:
A string indicating where in the code the error occurred. Note that this may be the empty string ("").

getErrorMessage

public java.lang.String getErrorMessage()
Retrieve the error message.
Returns:
A string indicating the nature of the error. Note that this may be the empty string ("").

getAdditionalText

public java.lang.String getAdditionalText()
Retrieve additional information.
Returns:
A string indicating any other pertinent information. Note that this may be the empty string ("").

getFullText

public java.lang.String getFullText()
Retrieve the full exception text.
Returns:
A single string made up of all parts of the exception.

toString

public java.lang.String toString()
Retrieve a string describing (the contents of) the object.
Returns:
A String containing the current contents of the object.
Overrides:
toString in class AbleException

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.

ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'