Class ExceptionBean


  • public class ExceptionBean
    extends java.lang.Object
    Implementation of a exception throwing bean.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void possiblyThrowException()
      Possibly throw an exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionBean

        public ExceptionBean()
    • Method Detail

      • possiblyThrowException

        public void possiblyThrowException()
                                    throws BeanException
        Possibly throw an exception.
        Throws:
        BeanException