|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qtitools.qti.exception.QTIRuntimeException
org.qtitools.qti.exception.QTIEvaluationException
public class QTIEvaluationException
This exception is used for propagating errors during execution of assessment. Preferred way is to use more concrete exception (see sub-classes of this exception).
| Constructor Summary | |
|---|---|
protected |
QTIEvaluationException()
Constructs A new exception with null as its detailed message. |
|
QTIEvaluationException(java.lang.String message)
Constructs A new exception with the specified detailed message. |
|
QTIEvaluationException(java.lang.String message,
java.lang.Throwable cause)
Constructs A new exception with the specified detailed message and cause. |
|
QTIEvaluationException(java.lang.Throwable cause)
Constructs A new exception with the specified cause. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected QTIEvaluationException()
null as its detailed message.
public QTIEvaluationException(java.lang.String message)
message - the detail message
public QTIEvaluationException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic QTIEvaluationException(java.lang.Throwable cause)
null detailed message is set from this cause.
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||