public class UnexpectedKeywordException extends ParseException
| Constructor and Description |
|---|
UnexpectedKeywordException(int lineNo,
FileInfo fileInfo,
java.lang.String[] expectedKeywords,
java.lang.String foundKeyword) |
UnexpectedKeywordException(int lineNo,
FileInfo fileInfo,
java.lang.String expectedKeyword,
java.lang.String foundKeyword) |
getFileInfo, getLineNumber, getMessagegetErrorTypepublic UnexpectedKeywordException(int lineNo,
FileInfo fileInfo,
java.lang.String expectedKeyword,
java.lang.String foundKeyword)
public UnexpectedKeywordException(int lineNo,
FileInfo fileInfo,
java.lang.String[] expectedKeywords,
java.lang.String foundKeyword)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.