junc.debug
Class ErrorMessages

java.lang.Object
  |
  +--junc.debug.ErrorMessages

public class ErrorMessages
extends java.lang.Object


Field Summary
static int AMBITYPE_ERR
           
static int BREAKNIL_ERR
           
static int CLASSDEF_ERR
           
static int CONTINIL_ERR
           
static int DUPMETHD_ERR
           
static int EXCEPTNS_ERR
           
static int FIELDDEF_ERR
           
static int INTERDEF_ERR
           
static int INVACONS_ERR
           
static int LOCALDEF_ERR
           
static int NOLVALUE_ERR
           
static int NOTASTME_ERR
           
static int NOTCLASS_ERR
           
static int NOTINSTC_ERR
           
static int NOTSTATC_ERR
           
static int SYNCHRON_ERR
           
static int TYINVMET_ERR
           
static int UNCAUGHT_ERR
           
static int UNCTCHBL_ERR
           
static int UNDEFLBL_ERR
           
static int UNDEFMTH_ERR
           
static int UNDEFVAR_ERR
           
static int UNTHROWN_ERR
           
static int UNTHRWBL_ERR
           
 
Constructor Summary
ErrorMessages(int code)
           
ErrorMessages(int code, int line)
           
ErrorMessages(int code, int line, int column)
           
ErrorMessages(int code, junc.ast.JUnCASTNode node)
           
ErrorMessages(int code, java.lang.Object param1, junc.ast.JUnCASTNode node)
           
ErrorMessages(int code, java.lang.Object param1, java.lang.Object param2, junc.ast.JUnCASTNode node)
           
 
Method Summary
 java.lang.String toString()
          This version of toString() uses the params instance variable to format the message.
 java.lang.String toString(java.lang.Object obj)
           
 java.lang.String toString(java.lang.Object obj0, java.lang.Object obj1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASSDEF_ERR

public static final int CLASSDEF_ERR
See Also:
Constant Field Values

INTERDEF_ERR

public static final int INTERDEF_ERR
See Also:
Constant Field Values

FIELDDEF_ERR

public static final int FIELDDEF_ERR
See Also:
Constant Field Values

LOCALDEF_ERR

public static final int LOCALDEF_ERR
See Also:
Constant Field Values

AMBITYPE_ERR

public static final int AMBITYPE_ERR
See Also:
Constant Field Values

NOTCLASS_ERR

public static final int NOTCLASS_ERR
See Also:
Constant Field Values

DUPMETHD_ERR

public static final int DUPMETHD_ERR
See Also:
Constant Field Values

EXCEPTNS_ERR

public static final int EXCEPTNS_ERR
See Also:
Constant Field Values

SYNCHRON_ERR

public static final int SYNCHRON_ERR
See Also:
Constant Field Values

NOLVALUE_ERR

public static final int NOLVALUE_ERR
See Also:
Constant Field Values

BREAKNIL_ERR

public static final int BREAKNIL_ERR
See Also:
Constant Field Values

CONTINIL_ERR

public static final int CONTINIL_ERR
See Also:
Constant Field Values

UNDEFLBL_ERR

public static final int UNDEFLBL_ERR
See Also:
Constant Field Values

NOTASTME_ERR

public static final int NOTASTME_ERR
See Also:
Constant Field Values

NOTSTATC_ERR

public static final int NOTSTATC_ERR
See Also:
Constant Field Values

NOTINSTC_ERR

public static final int NOTINSTC_ERR
See Also:
Constant Field Values

UNDEFVAR_ERR

public static final int UNDEFVAR_ERR
See Also:
Constant Field Values

UNDEFMTH_ERR

public static final int UNDEFMTH_ERR
See Also:
Constant Field Values

INVACONS_ERR

public static final int INVACONS_ERR
See Also:
Constant Field Values

TYINVMET_ERR

public static final int TYINVMET_ERR
See Also:
Constant Field Values

UNCAUGHT_ERR

public static final int UNCAUGHT_ERR
See Also:
Constant Field Values

UNCTCHBL_ERR

public static final int UNCTCHBL_ERR
See Also:
Constant Field Values

UNTHROWN_ERR

public static final int UNTHROWN_ERR
See Also:
Constant Field Values

UNTHRWBL_ERR

public static final int UNTHRWBL_ERR
See Also:
Constant Field Values
Constructor Detail

ErrorMessages

public ErrorMessages(int code)

ErrorMessages

public ErrorMessages(int code,
                     int line)

ErrorMessages

public ErrorMessages(int code,
                     int line,
                     int column)

ErrorMessages

public ErrorMessages(int code,
                     junc.ast.JUnCASTNode node)

ErrorMessages

public ErrorMessages(int code,
                     java.lang.Object param1,
                     junc.ast.JUnCASTNode node)

ErrorMessages

public ErrorMessages(int code,
                     java.lang.Object param1,
                     java.lang.Object param2,
                     junc.ast.JUnCASTNode node)
Method Detail

toString

public java.lang.String toString()
This version of toString() uses the params instance variable to format the message.

Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(java.lang.Object obj)

toString

public java.lang.String toString(java.lang.Object obj0,
                                 java.lang.Object obj1)