jfun.yan
Class UnknownComponentTypeException

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.UnknownComponentTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownComponentTypeException
extends YanException

Represents an error when a dynamic component whose type is unknown is used in a place where a component type is required.

Codehaus.org.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
UnknownComponentTypeException()
          Create an UnknownComponentTypeException object.
UnknownComponentTypeException(java.lang.String msg)
          Create an UnknownComponentTypeException object.
 
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

UnknownComponentTypeException

public UnknownComponentTypeException(java.lang.String msg)
Create an UnknownComponentTypeException object.

Parameters:
msg - the error message.

UnknownComponentTypeException

public UnknownComponentTypeException()
Create an UnknownComponentTypeException object.