Sav.Z
Class Error

java.lang.Object
  |
  +--Sav.Z.Warning
        |
        +--Sav.Z.Error

public class Error
extends Warning

An object that provides information if Session analysis completes with Errors.

The example makes array of Errors.

   String text;
   Session ss;
   ...
   Script scr = new Script(text);
   ss.analyse(scr);
   Error err[] = ss.errors();
   ...
 

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

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