Package com.scriptbasic.exceptions
Class UnterminatedStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.scriptbasic.interfaces.AnalysisException
-
- com.scriptbasic.exceptions.GeneralAnalysisException
-
- com.scriptbasic.exceptions.LexicalException
-
- com.scriptbasic.exceptions.BasicLexicalException
-
- com.scriptbasic.exceptions.UnterminatedStringException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnterminatedStringException extends BasicLexicalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnterminatedStringException(SourceReader reader)
-
Method Summary
-
Methods inherited from class com.scriptbasic.exceptions.BasicLexicalException
getFileName, getLineNumber, getPosition, setPosition
-
Methods inherited from class com.scriptbasic.exceptions.GeneralAnalysisException
setFileName, setLineNumber, setLocation, setPosition
-
-
-
-
Constructor Detail
-
UnterminatedStringException
public UnterminatedStringException(SourceReader reader)
-
-