org.lsst.ccs.utilities.exc
Class BundledRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lsst.ccs.utilities.exc.BundledRuntimeException
- All Implemented Interfaces:
- Serializable, ThrowableList
public class BundledRuntimeException
- extends RuntimeException
- implements ThrowableList
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BundledRuntimeException
public BundledRuntimeException(ThrowableList previousThrowable)
BundledRuntimeException
public BundledRuntimeException(String s,
ThrowableList previousThrowable)
BundledRuntimeException
public BundledRuntimeException(String s,
Throwable throwable,
ThrowableList previousThrowable)
BundledRuntimeException
public BundledRuntimeException(Throwable throwable,
ThrowableList previousThrowable)
previous
public Throwable previous()
- Specified by:
previous in interface ThrowableList
current
public Throwable current()
- Specified by:
current in interface ThrowableList
Copyright © 2012 LSST. All Rights Reserved.