public class ParseException extends OWLParserException
| Modifier and Type | Field and Description |
|---|---|
org.semanticweb.owlapi.krss1.parser.Token |
currentToken |
int[][] |
expectedTokenSequences |
String[] |
tokenImage |
| Constructor and Description |
|---|
ParseException() |
ParseException(String message) |
ParseException(org.semanticweb.owlapi.krss1.parser.Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal) |
ParseException(org.semanticweb.owlapi.krss1.parser.Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal,
String lexicalStateName) |
getColumnNumber, getLineNumber, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic org.semanticweb.owlapi.krss1.parser.Token currentToken
public int[][] expectedTokenSequences
public String[] tokenImage
public ParseException(org.semanticweb.owlapi.krss1.parser.Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
public ParseException(org.semanticweb.owlapi.krss1.parser.Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal, String lexicalStateName)
public ParseException()
public ParseException(String message)
Copyright © 2017 The University of Manchester. All rights reserved.