spin.demo.exception
Class ExceptionBean

java.lang.Object
  extended by spin.demo.exception.ExceptionBean

public class ExceptionBean
extends java.lang.Object

Implementation of a exception throwing bean.


Constructor Summary
ExceptionBean()
           
 
Method Summary
 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


Copyright © 2007. All Rights Reserved.