类 TokenMgrError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.sh.compile.express.TokenMgrError
- 所有已实现的接口:
Serializable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2014年12月11日
- 另请参阅:
-
构造器概要
构造器构造器说明TokenMgrError(boolean EOFSeen, int lexState, String errorAfter, char curChar, int reason) TokenMgrError(String message, int reason) -
方法概要
修饰符和类型方法说明You can also modify the body of this method to customize your error messages.
-
构造器详细资料
-
TokenMgrError
public TokenMgrError() -
TokenMgrError
-
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.- 覆盖:
getMessage在类中Throwable
-