com.vinculumtech.carrierwave
Class ImageableNotFoundException

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

public class ImageableNotFoundException
extends GraphException

The ImageableNotFoundException is thrown when a particular Icon instance does not reference a valie Imageable type.

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

Constructor Summary
ImageableNotFoundException(GraphException graphException)
           
ImageableNotFoundException(java.lang.String message)
           
ImageableNotFoundException(java.lang.String message, Icon targetIcon)
           
ImageableNotFoundException(java.lang.String message, Icon targetIcon, 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

ImageableNotFoundException

public ImageableNotFoundException(GraphException graphException)

ImageableNotFoundException

public ImageableNotFoundException(java.lang.String message)

ImageableNotFoundException

public ImageableNotFoundException(java.lang.String message,
                                  Icon targetIcon)

ImageableNotFoundException

public ImageableNotFoundException(java.lang.String message,
                                  Icon targetIcon,
                                  java.lang.Throwable cause)


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