wheel
Class WheelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
getSource
public Component getSource()
Copyright © 2007-2008. All Rights Reserved.