Public Member Functions | Static Protected Member Functions | Package Attributes | Static Package Attributes

org.exolab.castor.xml.dtd.parser.TokenMgrError Class Reference

List of all members.

Public Member Functions

String getMessage ()
 TokenMgrError ()
 TokenMgrError (String message, int reason)
 TokenMgrError (boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason)

Static Protected Member Functions

static final String addEscapes (String str)

Package Attributes

int errorCode

Static Package Attributes

static final int LEXICAL_ERROR = 0
static final int STATIC_LEXER_ERROR = 1
static final int INVALID_LEXICAL_STATE = 2
static final int LOOP_DETECTED = 3

Detailed Description

This Error is occurs if the Token Manager is unable to form next token and pass it to the parser.

Author:
Generated automatically by JavaCC
Version:
Version 0.7pre2

Constructor & Destructor Documentation

org.exolab.castor.xml.dtd.parser.TokenMgrError.TokenMgrError (  ) 
org.exolab.castor.xml.dtd.parser.TokenMgrError.TokenMgrError ( String  message,
int  reason 
)
org.exolab.castor.xml.dtd.parser.TokenMgrError.TokenMgrError ( boolean  EOFSeen,
int  lexState,
int  errorLine,
int  errorColumn,
String  errorAfter,
char  curChar,
int  reason 
)

Member Function Documentation

static final String org.exolab.castor.xml.dtd.parser.TokenMgrError.addEscapes ( String  str  )  [static, protected]

Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string

String org.exolab.castor.xml.dtd.parser.TokenMgrError.getMessage (  ) 

You can also modify the body of this method to customize your error messages. For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not of end-users concern, so you can return something like :

"Internal Error : Please file a bug report .... "

from this method for such cases in the release version of your parser.

Referenced by org.exolab.castor.xml.dtd.Converter.parseDTD().


Member Data Documentation

Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Referenced by org.exolab.castor.xml.dtd.parser.TokenMgrError.TokenMgrError().

Tried to change to an invalid lexical state.

Lexical error occured.

Detected (and bailed out of) an infinite loop in the token manager.

An attempt wass made to create a second instance of a static token manager.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties