com.vinculumtech.platform.util
Class NestedFunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.vinculumtech.platform.util.NestedFunctionException
All Implemented Interfaces:
java.io.Serializable

public class NestedFunctionException
extends java.lang.RuntimeException

Thrown by code that catches an exception thrown by the execute method on a Unary or NullaryFunction.
Call getCause to get the nested exception.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/util/NestedFunctionException.java#2 $
See Also:
Serialized Form

Constructor Summary
NestedFunctionException(java.lang.String message, java.lang.Throwable cause)
           
 
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

NestedFunctionException

public NestedFunctionException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.