|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
junit.framework.AssertionFailedError
ilog.rules.ras.core.scenario.IlrAssertionFailedError
public class IlrAssertionFailedError
Thrown when an assertion fails in the ILOG tests.
| Constructor Summary | |
|---|---|
IlrAssertionFailedError(String message)
Constructor. |
|
| Method Summary | |
|---|---|
void |
printStackTrace(PrintStream s)
Overrides the Throwable printStackTrace method. |
void |
printStackTrace(PrintWriter s)
Overrides the Throwable printStackTrace method. |
void |
setStackTrace(StackTraceElement[] stackTraceElements,
String className)
Sets a simplified stack trace with only the customer stack trace. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlrAssertionFailedError(String message)
message - The error message.| Method Detail |
|---|
public void printStackTrace(PrintStream s)
Throwable printStackTrace method.
It avoids printing a stack trace for the ILOG tests that do not have one.
Only KPI AssertionFailed would have a simplified stack trace with
only the customer stack trace.
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
Throwable printStackTrace method.
It avoids printing a stack trace for the ILOG tests that do not have one.
Only KPI AssertionFailed would have a simplified stack trace with
only the customer stack trace.
printStackTrace in class Throwable
public void setStackTrace(StackTraceElement[] stackTraceElements,
String className)
AssertionFailed error.
stackTraceElements - The real stack trace.className - The KPI class name.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||