biz.hammurapi
Class CarryOverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.hammurapi.RuntimeException
                  extended by biz.hammurapi.CarryOverException
All Implemented Interfaces:
java.io.Serializable

public class CarryOverException
extends RuntimeException

Use this exception only to carry over checked exception from anonymous classes

Version:
$Revision: 1.3 $
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
CarryOverException()
           
CarryOverException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CarryOverException

public CarryOverException(java.lang.Throwable cause)
Parameters:
cause -

CarryOverException

public CarryOverException()


Copyright © 2003 Hammurapi Group. All Rights Reserved.