jfun.util.beans
Class BeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.util.beans.BeanException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BeanPropertyException

public class BeanException
extends java.lang.RuntimeException

Represents any bean related exception.

Zephyr Business Solutions Corp.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
BeanException()
           
BeanException(java.lang.String arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanException

public BeanException()

BeanException

public BeanException(java.lang.String arg0)