ABLE, Version 1.1b

com.ibm.able.platform.agents
Class FipaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--com.ibm.able.AbleException
                                |
                                +--com.ibm.able.platform.agents.FipaException

public class FipaException
extends AbleException
implements java.io.Serializable

This class provides an implementation of a FIPA exception.

This class isn't actually used anywhere at the moment, so it will need "fleshing out" when needed.

Version:
$Revision: 1.2 $, $Date: 2000/02/08 15:13:58 $
See Also:
Serialized Form

Field Summary
protected  int myErrorCode
           
 
Fields inherited from class com.ibm.able.AbleException
severity
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
FipaException()
          Create a new exception.
FipaException(int theErrorCode)
          Create a new exception.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 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

myErrorCode

protected int myErrorCode
Constructor Detail

FipaException

public FipaException(int theErrorCode)
Create a new exception.
Parameters:
theErrorCode - Some FIPA error code; we'll equate these in Fipa.java.


FipaException

public FipaException()
Create a new exception.
Method Detail

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.'