com.vinculumtech.carrierwave
Class InvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.vinculumtech.carrierwave.GraphException
              extended bycom.vinculumtech.carrierwave.InvocationException
All Implemented Interfaces:
java.io.Serializable

public class InvocationException
extends GraphException

The InvocationException is a user exception thrown only by an ImageableAction class.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/InvocationException.java#6 $
See Also:
Serialized Form

Constructor Summary
InvocationException(java.lang.String message)
           
InvocationException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class com.vinculumtech.carrierwave.GraphException
getMessage, getTargetIcon, setTargetIcon
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvocationException

public InvocationException(java.lang.String message)

InvocationException

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


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