jfun.yan
Class NullBeanObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.yan.YanException
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
| 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 |
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)