com.sun.webui.theme
Class ThemeConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.webui.theme.ThemeConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ThemeConfigurationException
extends java.lang.RuntimeException

Exception describing a problem configuring a specified Theme. This class has JDK 1.4 compatible constructor and method signatures, but will also work in a 1.3 environment.

See Also:
Serialized Form

Constructor Summary
ThemeConfigurationException(java.lang.String message)
          Construct a ThemeConfigurationException with a 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThemeConfigurationException

public ThemeConfigurationException(java.lang.String message)

Construct a ThemeConfigurationException with a message.

Parameters:
message - Message describing the configuration problem


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.