fipaos
Class FIPAOSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.FIPAOSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DynamicClassException, RegistrationException

public class FIPAOSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
FIPAOSException()
          Creates an exception with no reason
FIPAOSException(java.lang.String error)
          Creates an exception with the given reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIPAOSException

public FIPAOSException()
Creates an exception with no reason

FIPAOSException

public FIPAOSException(java.lang.String error)
Creates an exception with the given reason
Parameters:
error - The reason for the exception