wheel
Class WheelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by wheel.WheelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WrappedException

public class WheelException
extends java.lang.RuntimeException

An application exception that is thrown whenever an internal error occurs that can't be handled. Holds a reference to the component that originally caused the error.

Author:
Henri Frilund
See Also:
Serialized Form

Constructor Summary
WheelException(Component source)
           
WheelException(java.lang.String string, Component source)
           
WheelException(java.lang.String string, java.lang.Throwable throwable, Component source)
           
WheelException(java.lang.Throwable throwable, Component source)
           
 
Method Summary
 Component getSource()
           
 
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

WheelException

public WheelException(java.lang.String string,
                      java.lang.Throwable throwable,
                      Component source)

WheelException

public WheelException(Component source)

WheelException

public WheelException(java.lang.String string,
                      Component source)

WheelException

public WheelException(java.lang.Throwable throwable,
                      Component source)
Method Detail

getSource

public Component getSource()


Copyright © 2007-2008. All Rights Reserved.