com.gtcgroup.jslim
Class JSlimRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gtcgroup.jslim.JSlimRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- public final class JSlimRuntimeException
- extends java.lang.RuntimeException
This class implements an exception which can wrap a lower-level exception.
Copyright 2002 Sun Microsystems, Inc. All rights reserved.
- See Also:
- Serialized Form
Method Summary |
java.lang.Exception |
getException()
Gets the wrapped exception_. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getException
public final java.lang.Exception getException()
- Gets the wrapped exception_.
- Returns:
- the wrapped exception_.
toString
public final java.lang.String toString()
Copyright (c) 1999 - 2004 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.