j3d.org Code

org.j3d.texture
Class CacheAlreadySetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.j3d.texture.CacheAlreadySetException
All Implemented Interfaces:
java.io.Serializable

public class CacheAlreadySetException
extends java.lang.Exception

An exception for when an attempt is made to set a default cache type when one has already been set.

Version:
$Revision: 1.1 $
Author:
Justin Couch
See Also:
Serialized Form

Constructor Summary
CacheAlreadySetException()
          Creates a new exception without detail message.
CacheAlreadySetException(java.lang.String msg)
          Constructs an exception with the specified detail message.
 
Method Summary
 
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

CacheAlreadySetException

public CacheAlreadySetException()
Creates a new exception without detail message.


CacheAlreadySetException

public CacheAlreadySetException(java.lang.String msg)
Constructs an exception with the specified detail message.

Parameters:
msg - the detail message.

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org