com.ricebridge.util
Class RuntimeWrapperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ricebridge.util.RuntimeWrapperException
All Implemented Interfaces:
Serializable

public class RuntimeWrapperException
extends RuntimeException

A simple RuntimeException for wrapping non-runtime exceptions. Contracts: AssumesValidArgs

See Also:
Serialized Form

Field Summary
protected  Exception iNested
           
protected static String sUnsupportedConstructorMsg
           
 
Constructor Summary
RuntimeWrapperException()
           
RuntimeWrapperException(Exception pNested)
           
RuntimeWrapperException(String pMsg)
           
 
Method Summary
 Exception getNested()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream pPS)
           
 void printStackTrace(PrintWriter pPS)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sUnsupportedConstructorMsg

protected static String sUnsupportedConstructorMsg

iNested

protected Exception iNested
Constructor Detail

RuntimeWrapperException

public RuntimeWrapperException()

RuntimeWrapperException

public RuntimeWrapperException(String pMsg)

RuntimeWrapperException

public RuntimeWrapperException(Exception pNested)
Method Detail

getNested

public Exception getNested()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream pPS)

printStackTrace

public void printStackTrace(PrintWriter pPS)


Copyright © 2003-2006 Ricebridge