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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fhhannover.inform.trust.ifmapj.exception.IfmapException
              extended by de.fhhannover.inform.trust.ifmapj.exception.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends IfmapException

If the library cannot be initialized, throw this kind of exception.

Author:
aw
See Also:
Serialized Form

Constructor Summary
InitializationException(Exception e)
           
InitializationException(String msg)
           
 
Method Summary
 
Methods inherited from class de.fhhannover.inform.trust.ifmapj.exception.IfmapException
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

InitializationException

public InitializationException(String msg)

InitializationException

public InitializationException(Exception e)


Copyright © 2012 Trust@FHH. All Rights Reserved.