jfun.yan
Class NullBeanObjectException

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

public class NullBeanObjectException
extends YanException

Thrown when a java bean object is null.

Codehaus.org.

Author:
Ben Yu
See Also:
Serialized Form

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

NullBeanObjectException

public NullBeanObjectException()

NullBeanObjectException

public NullBeanObjectException(java.lang.String arg0)

NullBeanObjectException

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

NullBeanObjectException

public NullBeanObjectException(java.lang.Throwable cause)