com.nonesole.swing.plaf.basic.window
Class WindowException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.nonesole.swing.plaf.basic.window.WindowException
All Implemented Interfaces:
java.io.Serializable

public class WindowException
extends java.lang.Throwable

Version:
1.0 - build on 2011-01-18
Author:
JACK LEE
See Also:
Serialized Form

Constructor Summary
WindowException()
           
WindowException(java.lang.String message)
           
WindowException(java.lang.String message, java.lang.Throwable cause)
           
WindowException(java.lang.Throwable cause)
           
 
Method Summary
static void print(java.lang.String s)
           
 
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

WindowException

public WindowException()

WindowException

public WindowException(java.lang.String message)

WindowException

public WindowException(java.lang.String message,
                       java.lang.Throwable cause)

WindowException

public WindowException(java.lang.Throwable cause)
Method Detail

print

public static void print(java.lang.String s)