Package com.scriptbasic.exceptions
Class GeneralAnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scriptbasic.interfaces.AnalysisException
com.scriptbasic.exceptions.GeneralAnalysisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LexicalException,SyntaxException
- Author:
- Peter Verhas date June 15, 2012
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralAnalysisException(String message) GeneralAnalysisException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetFileName(String fileName) voidsetLineNumber(int lineNumber) voidvoidsetPosition(int position) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeneralAnalysisException
public GeneralAnalysisException() -
GeneralAnalysisException
-
GeneralAnalysisException
-
GeneralAnalysisException
-
-
Method Details
-
setLocation
-
getFileName
-
setFileName
-
getLineNumber
public int getLineNumber() -
setLineNumber
public void setLineNumber(int lineNumber) -
getPosition
public int getPosition() -
setPosition
public void setPosition(int position)
-