org.chwf.filter
Class OperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.chwf.i18n.RuntimeMessageException
                          |
                          +--org.chwf.filter.FilterException
                                |
                                +--org.chwf.filter.OperationException
All Implemented Interfaces:
java.io.Serializable

public class OperationException
extends FilterException

Exception that wraps exceptions from underlying methods. It is similar to java.lang.reflect.InvocationTargetException.

Author:
Paul Strack
See Also:
Serialized Form

Constructor Summary
OperationException(java.lang.Throwable rootCause)
          Constructor.
 
Method Summary
 java.lang.Throwable getRootCause()
          Get the original error.
 
Methods inherited from class org.chwf.i18n.RuntimeMessageException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationException

public OperationException(java.lang.Throwable rootCause)
Constructor.
Parameters:
rootCause - The original error.
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Get the original error.
Returns:
The original error.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.