fipaos
Class FIPAOSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.FIPAOSException
Direct Known Subclasses:
RegistrationException, DynamicClassException

public class FIPAOSException
extends Exception


Constructor Summary
FIPAOSException()
          Creates an exception with no reason
FIPAOSException(String error)
          Creates an exception with the given reason

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

FIPAOSException

public FIPAOSException()
Creates an exception with no reason

FIPAOSException

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