com.tensegrity.composite.style.persistence
Class StyleItemNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.persistence.BuildException
                  extended bycom.tensegrity.composite.style.persistence.StyleItemNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class StyleItemNotFoundException
extends BuildException

Describes the error, when a required StyleItem was not found when needed.

Version:
$Id: StyleItemNotFoundException.java,v 1.2 2003/11/21 11:42:05 GillesIachelini Exp $
Author:
GillesIachelini
See Also:
Serialized Form

Constructor Summary
StyleItemNotFoundException(java.lang.String what)
          Creates a new StyleItemNotFoundException.
 
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

StyleItemNotFoundException

public StyleItemNotFoundException(java.lang.String what)
Creates a new StyleItemNotFoundException.

Parameters:
what - a descriptive reason.


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