public class TokenMgrError
extends org.semanticweb.owlapi.model.OWLRuntimeException
| Constructor and Description |
|---|
TokenMgrError() |
TokenMgrError(boolean EOFSeen,
int lexState,
int errorLine,
int errorColumn,
String errorAfter,
char curChar,
int reason) |
TokenMgrError(String message,
int reason) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
addEscapes(String str) |
String |
getMessage() |
protected static String |
LexicalError(boolean EOFSeen,
int lexState,
int errorLine,
int errorColumn,
String errorAfter,
char curChar) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TokenMgrError()
public TokenMgrError(String message, int reason)
public TokenMgrError(boolean EOFSeen,
int lexState,
int errorLine,
int errorColumn,
String errorAfter,
char curChar,
int reason)
protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar)
public String getMessage()
getMessage in class ThrowableCopyright © 2014 The University of Manchester. All Rights Reserved.