Package spin.demo.exception
Class ExceptionBean
- java.lang.Object
-
- spin.demo.exception.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.
-
-
-
Method Detail
-
possiblyThrowException
public void possiblyThrowException() throws BeanException
Possibly throw an exception.- Throws:
BeanException
-
-