com.tensegrity.graphics
Class ImagePoolingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.graphics.ImagePoolingException
All Implemented Interfaces:
java.io.Serializable

public class ImagePoolingException
extends StaticException

The ImagePoolingException is thrown when something went wrong while an image should be pooled.

Version:
$Id: ImagePoolingException.java,v 1.1 2004/05/11 14:16:54 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

Constructor Summary
ImagePoolingException(java.lang.String message)
          Constructor for ImagePoolingException with a description given by message that explains why the exception has been thrown.
 
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

ImagePoolingException

public ImagePoolingException(java.lang.String message)
Constructor for ImagePoolingException with a description given by message that explains why the exception has been thrown.

Parameters:
message - description that explains the reason for the exception


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.