public final class DOFExceptionOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DOFExceptionOptions.ExceptionType |
Modifier and Type | Field and Description |
---|---|
DOFExceptionOptions.ExceptionType |
exceptionType |
boolean |
testexception |
Constructor and Description |
---|
DOFExceptionOptions() |
Modifier and Type | Method and Description |
---|---|
void |
checkException(org.opendof.core.oal.DOFException e)
Checks that DOFException e is expected.
|
java.lang.String |
toString() |
public boolean testexception
public DOFExceptionOptions.ExceptionType exceptionType
public java.lang.String toString()
toString
in class java.lang.Object
public void checkException(org.opendof.core.oal.DOFException e) throws java.lang.Exception
e
- The exception to check.java.lang.Exception