|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.runtime.MyExceptionContext
public class MyExceptionContext
A test context to read.
Constructor Summary | |
---|---|
MyExceptionContext() Convenience constructor to set ThrowableHandleMode.NORMAL . |
|
MyExceptionContext(ThrowableHandleMode mode) Default constructor. |
Method Summary | |
---|---|
IdFactory |
getIdFactory() |
ThrowableHandleMode |
getThrowableHandleMode() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyExceptionContext()
ThrowableHandleMode.NORMAL
.
public MyExceptionContext(ThrowableHandleMode mode)
mode
- the mode used by this context.
Method Detail |
---|
public IdFactory getIdFactory()
getIdFactory
in interface
ExceptionContext
ExceptionContext.getIdFactory()
public ThrowableHandleMode getThrowableHandleMode()
getThrowableHandleMode
in interface
ExceptionContext
ExceptionContext.getThrowableHandleMode()
ThrowableHandleMode.TRUNCATE_EXTERNAL
by default.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |