es.upv.dsic.gti_ia.architecture
Class FailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by es.upv.dsic.gti_ia.architecture.FIPAException
              extended by es.upv.dsic.gti_ia.architecture.FailureException
All Implemented Interfaces:
Serializable

public class FailureException
extends FIPAException

This class represents a generic FailureException

Version:
$Date: 2009-03-03 15:02:51 +0100 (mar, 03 mar 2009) $ $Revision: 6097 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class es.upv.dsic.gti_ia.architecture.FIPAException
msg
 
Constructor Summary
FailureException(ACLMessage failure)
           
FailureException(String msg)
           
 
Method Summary
 ACLMessage getACLMessage()
          Retrieves the ACL message whose content is represented by this exception.
 
Methods inherited from class es.upv.dsic.gti_ia.architecture.FIPAException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailureException

public FailureException(String msg)

FailureException

public FailureException(ACLMessage failure)
Method Detail

getACLMessage

public ACLMessage getACLMessage()
Description copied from class: FIPAException
Retrieves the ACL message whose content is represented by this exception.

Overrides:
getACLMessage in class FIPAException
Returns:
the ACLMessage representing this exception


Copyright © 2012 GTI-IA. All Rights Reserved.