de.fhhannover.inform.trust.ifmapj.exception
Class IfmapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fhhannover.inform.trust.ifmapj.exception.IfmapException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommunicationException, InitializationException, MarshalException, UnmarshalException

public class IfmapException
extends Exception

General Exception thrown by the IfmapJ library.

Author:
aw
See Also:
Serialized Form

Constructor Summary
IfmapException(String desc, Exception e)
           
IfmapException(String desc, String msg)
           
 
Method Summary
 String getDescription()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

IfmapException

public IfmapException(String desc,
                      String msg)

IfmapException

public IfmapException(String desc,
                      Exception e)
Method Detail

getDescription

public String getDescription()


Copyright © 2012 Trust@FHH. All Rights Reserved.