com.metamatrix.common.classloader
Class NestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.metamatrix.common.classloader.NestedException
- All Implemented Interfaces:
- java.io.Serializable
public class NestedException
- extends java.lang.RuntimeException
Wraps exceptions in a RuntimeException.
This class is here so the class loading driver package will not have any dependencies on other MetaMatrix packages.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NestedException
public NestedException(java.lang.Exception exception)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2009. All Rights Reserved.