All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.util.ErrorMsg

java.lang.Object
   |
   +----espresso.util.ErrorMsg

public class ErrorMsg
extends Object

Variable Index

 o AMBITYPE_ERR
 o BREAKNIL_ERR
 o CLASSDEF_ERR
 o code_d
 o column_d
 o CONTINIL_ERR
 o DUPMETHD_ERR
 o EXCEPTNS_ERR
 o FIELDDEF_ERR
 o INTERDEF_ERR
 o INVACONS_ERR
 o line_d
 o LOCALDEF_ERR
 o messages_d
 o NOLVALUE_ERR
 o NOTASTME_ERR
 o NOTCLASS_ERR
 o NOTINSTC_ERR
 o NOTSTATC_ERR
 o params_d
 o SYNCHRON_ERR
 o UNDEFLBL_ERR
 o UNDEFMTH_ERR
 o UNDEFVAR_ERR

Constructor Index

 o ErrorMsg(int)
 o ErrorMsg(int, int)
 o ErrorMsg(int, int, int)
 o ErrorMsg(int, Object, Object, SyntaxTreeNode)
 o ErrorMsg(int, Object, SyntaxTreeNode)
 o ErrorMsg(int, SyntaxTreeNode)

Method Index

 o lineColumn()
 o toString()
This version of toString() uses the params_d instance variable to format the message.
 o toString(Object)
 o toString(Object, Object)

Variables

 o code_d
 int code_d
 o line_d
 int line_d
 o column_d
 int column_d
 o params_d
 Object params_d[]
 o CLASSDEF_ERR
 public static final int CLASSDEF_ERR
 o INTERDEF_ERR
 public static final int INTERDEF_ERR
 o FIELDDEF_ERR
 public static final int FIELDDEF_ERR
 o LOCALDEF_ERR
 public static final int LOCALDEF_ERR
 o AMBITYPE_ERR
 public static final int AMBITYPE_ERR
 o NOTCLASS_ERR
 public static final int NOTCLASS_ERR
 o DUPMETHD_ERR
 public static final int DUPMETHD_ERR
 o EXCEPTNS_ERR
 public static final int EXCEPTNS_ERR
 o SYNCHRON_ERR
 public static final int SYNCHRON_ERR
 o NOLVALUE_ERR
 public static final int NOLVALUE_ERR
 o BREAKNIL_ERR
 public static final int BREAKNIL_ERR
 o CONTINIL_ERR
 public static final int CONTINIL_ERR
 o UNDEFLBL_ERR
 public static final int UNDEFLBL_ERR
 o NOTASTME_ERR
 public static final int NOTASTME_ERR
 o NOTSTATC_ERR
 public static final int NOTSTATC_ERR
 o NOTINSTC_ERR
 public static final int NOTINSTC_ERR
 o UNDEFVAR_ERR
 public static final int UNDEFVAR_ERR
 o UNDEFMTH_ERR
 public static final int UNDEFMTH_ERR
 o INVACONS_ERR
 public static final int INVACONS_ERR
 o messages_d
 static final String messages_d[]

Constructors

 o ErrorMsg
 public ErrorMsg(int code)
 o ErrorMsg
 public ErrorMsg(int code,
                 int line)
 o ErrorMsg
 public ErrorMsg(int code,
                 int line,
                 int column)
 o ErrorMsg
 public ErrorMsg(int code,
                 SyntaxTreeNode node)
 o ErrorMsg
 public ErrorMsg(int code,
                 Object param1,
                 SyntaxTreeNode node)
 o ErrorMsg
 public ErrorMsg(int code,
                 Object param1,
                 Object param2,
                 SyntaxTreeNode node)

Methods

 o lineColumn
 String lineColumn()
 o toString
 public String toString()
This version of toString() uses the params_d instance variable to format the message.

Overrides:
toString in class Object
 o toString
 public String toString(Object obj)
 o toString
 public String toString(Object obj0,
                        Object obj1)

All Packages  Class Hierarchy  This Package  Previous  Next  Index