sav.z
Class Failure

java.lang.Object
  extended bysav.z.Warning
      extended bysav.z.Failure

public class Failure
extends Warning

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();
   ...
 

See Also:
Session.failures(), Statement.failures()

Methods inherited from class sav.z.Warning
message, name, position, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait