com.tensegrity.composite.style
Class StyleItemApplyException

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

public class StyleItemApplyException
extends StaticException

The Exception StyleItemApplyException is thrown whenever an error occurs while a style was applied.

Version:
$Id: StyleItemApplyException.java,v 1.2 2004/01/16 09:49:11 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
Serialized Form

Constructor Summary
StyleItemApplyException(java.lang.String message)
          Constructor specifying a describing message.
 
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

StyleItemApplyException

public StyleItemApplyException(java.lang.String message)
Constructor specifying a describing message.

Parameters:
message - an explaining message.


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