|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ossj.common.tck.TCKException
public class TCKException
Simple class to provide more detailed information for unexpected implementation exceptions The implementation exception is wrapped, a description added an the new TCKException thrown
Constructor Summary | |
---|---|
TCKException(String msg)
Creates new TCKException |
|
TCKException(String name,
String type,
Exception nested)
Creates new TCKException |
|
TCKException(String msg,
Throwable nested)
Creates new TCKException |
Method Summary | |
---|---|
void |
printStackTrace()
DOCUMENT ME! |
void |
printStackTrace(PrintStream s)
DOCUMENT ME! |
void |
printStackTrace(PrintWriter s)
DOCUMENT ME! |
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 |
Constructor Detail |
---|
public TCKException(String msg)
msg
- the exception msgpublic TCKException(String msg, Throwable nested)
msg
- the exception msgnested
- The Exception thrown by the implementationpublic TCKException(String name, String type, Exception nested)
name
- The name of the current attributetype
- The type of the current ManagedEntityValuenested
- The Exception thrown by the implementationMethod Detail |
---|
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- DOCUMENT ME!public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
s
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |