com.tensegrity.composite.style
Class StyleNotApplicableException

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

public class StyleNotApplicableException
extends StaticException

This exception is thrown when a style is not applicable.

Version:
$Id: StyleNotApplicableException.java,v 1.3 2004/04/06 13:59:35 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
Serialized Form

Constructor Summary
StyleNotApplicableException(java.lang.String message)
          Constructor for StyleNotApplicableException specifying a description why the exception is generated.
 
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

StyleNotApplicableException

public StyleNotApplicableException(java.lang.String message)
Constructor for StyleNotApplicableException specifying a description why the exception is generated.

Parameters:
message - an explanatory message.


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