jfun.yan
Class ComponentInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.yan.YanException
                  extended by jfun.yan.ComponentInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ComponentInstantiationException
extends YanException

The wrapper exception class for any checked exception happened during component instance creation.

Codehaus.org.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
ComponentInstantiationException(java.lang.String msg)
           
ComponentInstantiationException(java.lang.String msg, java.lang.Throwable cause)
           
ComponentInstantiationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class jfun.yan.YanException
clearResolutionTrace, getResolutionTrace, printResolutionTrace, printResolutionTrace, printResolutionTrace, printStackTrace, printStackTrace, push
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentInstantiationException

public ComponentInstantiationException(java.lang.String msg)

ComponentInstantiationException

public ComponentInstantiationException(java.lang.String msg,
                                       java.lang.Throwable cause)

ComponentInstantiationException

public ComponentInstantiationException(java.lang.Throwable cause)