|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Sav.Z.Warning | +--Sav.Z.Failure
An object that provides information if Session execution completes with failure.
The example makes array of Errors and Failures.
String text; Session ss; ... Script scr = new Script(text); ss.analyse(scr); Sav.Z.Error err[] = ss.errors(); ss.execute(scr); Failure fail[] = ss.failures(); ...
Session.failures()
,
Statement.failures()
Methods inherited from class Sav.Z.Warning |
message, name, position, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |