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