public abstract class ExceptionTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.Throwable |
CAUSE |
protected static java.lang.String |
MESSAGE |
Constructor and Description |
---|
ExceptionTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Exception |
getDefault() |
protected abstract java.lang.Exception |
getWithMessage() |
protected abstract java.lang.Exception |
getWithMessageAndCause() |
void |
noMessageNoCause() |
void |
withCause() |
void |
withMessage() |
protected static final java.lang.Throwable CAUSE
protected static final java.lang.String MESSAGE
protected abstract java.lang.Exception getDefault()
protected abstract java.lang.Exception getWithMessage()
protected abstract java.lang.Exception getWithMessageAndCause()
public void noMessageNoCause()
public void withMessage()
public void withCause()