jfun.yan
Class ComponentResolutionException

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.ComponentResolutionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnresolvedComponentException, UnsatisfiedComponentException

public class ComponentResolutionException
extends YanException

Represents an error when a component or a part of a component cannot be resolved.

Codehaus.org.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
ComponentResolutionException()
           
ComponentResolutionException(java.lang.String arg0)
           
ComponentResolutionException(java.lang.String message, java.lang.Throwable cause)
           
ComponentResolutionException(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

ComponentResolutionException

public ComponentResolutionException()

ComponentResolutionException

public ComponentResolutionException(java.lang.String arg0)

ComponentResolutionException

public ComponentResolutionException(java.lang.String message,
                                    java.lang.Throwable cause)

ComponentResolutionException

public ComponentResolutionException(java.lang.Throwable cause)