yu.ac.bg.etf.javaqx.qswing
Class UnsupportedStyleException

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

public class UnsupportedStyleException
extends java.lang.Exception

Unsupported Style Exception.

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

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

UnsupportedStyleException

public UnsupportedStyleException()
Constructs new UnsupportedStyleException object.


UnsupportedStyleException

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

Parameters:
message - the error message

UnsupportedStyleException

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

Parameters:
message - the error message
cause - the cause


Copyright © 2007 ETF and contributors. All Rights Reserved.