ABLE, Version 1.1b

com.ibm.able.beans.rules
Class AbleParException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--com.ibm.able.AbleException
                                |
                                +--com.ibm.able.beans.rules.AbleParException

public class AbleParException
extends AbleException

This class defines the Able rule Parser exception.

Version:
$Revision: 1.2 $, $Date: 2000/07/25 14:51:12 $
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
AbleParException()
          Create a new exception.
AbleParException(java.lang.String theErrorLocation)
          Create a new exception.
AbleParException(java.lang.String theErrorLocation, java.lang.String theErrorMessage)
          Create a new exception.
AbleParException(java.lang.String theErrorLocation, java.lang.String theErrorMessage, java.lang.String theAdditionalText)
          Create a new 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

AbleParException

public AbleParException(java.lang.String theErrorLocation,
                        java.lang.String theErrorMessage,
                        java.lang.String theAdditionalText)
Create a new 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.


AbleParException

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

theErrorMessage - Text identifying the nature of the error.


AbleParException

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


AbleParException

public AbleParException()
Create a new 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.'