BEA Systems, Inc.

com.compoze.collab.test.framework
Class TestRuntimeException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.collab.util.NestedRuntimeException

                          |

                          +--com.compoze.collab.test.framework.TestRuntimeException

All Implemented Interfaces:
java.io.Serializable

public class TestRuntimeException
extends com.compoze.collab.util.NestedRuntimeException

Wraps other exceptions to create a runtime test exception.

See Also:
Serialized Form

Constructor Summary
TestRuntimeException()
          Constructor.
TestRuntimeException(java.lang.String sMessage)
          Constructor.
TestRuntimeException(java.lang.Throwable t)
          Constructor.
TestRuntimeException(java.lang.Throwable t, java.lang.String sMessage)
          Constructor.
 
Methods inherited from class com.compoze.collab.util.NestedRuntimeException
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRuntimeException


public TestRuntimeException()
Constructor.

TestRuntimeException


public TestRuntimeException(java.lang.String sMessage)
Constructor.
Parameters:
sMessage - a detail message for the exception

TestRuntimeException


public TestRuntimeException(java.lang.Throwable t)
Constructor.
Parameters:
t - the underlying throwable

TestRuntimeException


public TestRuntimeException(java.lang.Throwable t,
                            java.lang.String sMessage)
Constructor.
Parameters:
t - the underlying throwable
sMessage - a detail message for the exception

BEA Systems, Inc.

Copyright ©1999-2006 BEA Systems, Inc. All rights reserved.