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