ABLE, Version 1.1b

com.ibm.able.beans.fuzzy
Class FsException

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

public class FsException
extends AbleException

This class defines the fuzzy system exception.

Version:
1.0.0; change log:
 Version   Description
 --------  -----------
 1.0.0     Initial release.

 
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
FsException()
          Create a new Fuzzy System exception.
FsException(java.lang.String theErrorLocation)
          Create a new Fuzzy System exception.
FsException(java.lang.String theErrorLocation, java.lang.String theErrorMessage)
          Create a new Fuzzy System exception.
FsException(java.lang.String theErrorLocation, java.lang.String theErrorMessage, java.lang.String theAdditionalText)
          Create a new Fuzzy System 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

FsException

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


FsException

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

theErrorMessage - Text identifying the nature of the error.


FsException

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


FsException

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