yu.ac.bg.etf.javaqx.qswing.styles
Class UnsupportedThemeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byyu.ac.bg.etf.javaqx.qswing.styles.UnsupportedThemeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedThemeException
extends java.lang.Exception

Unsupported Theme Exception.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
See Also:
Serialized Form

Constructor Summary
UnsupportedThemeException()
          Constructs new UnsupportedThemeException object.
UnsupportedThemeException(java.lang.String message)
          Constructs new UnsupportedThemeException object.
UnsupportedThemeException(java.lang.String message, java.lang.Throwable cause)
          Constructs new UnsupportedThemeException object.
 
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

UnsupportedThemeException

public UnsupportedThemeException(java.lang.String message)
Constructs new UnsupportedThemeException object.

Parameters:
message - the error message

UnsupportedThemeException

public UnsupportedThemeException()
Constructs new UnsupportedThemeException object.


UnsupportedThemeException

public UnsupportedThemeException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructs new UnsupportedThemeException object.

Parameters:
message - the error message
cause - the cause


Copyright © 2007 ETF and contributors. All Rights Reserved.