Class BeanException

  • All Implemented Interfaces:
    Serializable

    public class BeanException
    extends Exception
    The BeanException class signals errors when setting or reading bean properties.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • BeanException

        public BeanException()
        DefaultConstructor.
      • BeanException

        public BeanException​(String message,
                             Throwable ex)
        Creates a new BeanException with the given message and parent exception.
        Parameters:
        message - the message text
        ex - the parent exception
      • BeanException

        public BeanException​(String message)
        Creates a new BeanException with the given message.
        Parameters:
        message - the message.