to.etc.iocular
Class IocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.iocular.IocException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IocConfigurationException, IocContainerException

public class IocException
extends java.lang.RuntimeException

Base exception for all IOC container exceptions.

Author:
Frits Jalvingh Created on Mar 27, 2007
See Also:
Serialized Form

Constructor Summary
IocException(java.lang.String arg0)
           
IocException(java.lang.String arg0, java.lang.Throwable arg1)
           
IocException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

IocException

public IocException(java.lang.String arg0,
                    java.lang.Throwable arg1)

IocException

public IocException(java.lang.String arg0)

IocException

public IocException(java.lang.Throwable arg0)