Package jodd.bean

Class BeanException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForcedBeanException, InvalidPropertyBeanException, InvokePropertyBeanException, NullPropertyBeanException, PropertyNotFoundBeanException

public class BeanException extends UncheckedException
Unchecked bean exception.
See Also:
  • Constructor Details

    • BeanException

      public BeanException(String message)
    • BeanException

      public BeanException(String message, Throwable t)