jfun.yan
Class DefaultingException

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.InternalException
                      extended by jfun.yan.DefaultingException
All Implemented Interfaces:
java.io.Serializable

public class DefaultingException
extends InternalException

Represents an exception when a default value is used. Typically this exception will be caught and handled appropriately by the framework.
If a component tries to use default value but no defaulting is defined for that context, this exception will be thrown out of the framework.

Zephyr Business Solution

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
DefaultingException()
           
 
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

DefaultingException

public DefaultingException()