org.lsst.ccs.utilities.exc
Class BundledRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lsst.ccs.utilities.exc.BundledRuntimeException
All Implemented Interfaces:
Serializable, ThrowableList

public class BundledRuntimeException
extends RuntimeException
implements ThrowableList

Author:
bamade
See Also:
Serialized Form

Constructor Summary
BundledRuntimeException(String s, ThrowableList previousThrowable)
           
BundledRuntimeException(String s, Throwable throwable, ThrowableList previousThrowable)
           
BundledRuntimeException(ThrowableList previousThrowable)
           
BundledRuntimeException(Throwable throwable, ThrowableList previousThrowable)
           
 
Method Summary
 Throwable current()
           
 Throwable previous()
           
 
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

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)
Method Detail

previous

public Throwable previous()
Specified by:
previous in interface ThrowableList

current

public Throwable current()
Specified by:
current in interface ThrowableList


Copyright © 2013 LSST. All Rights Reserved.