Package com.scriptbasic.errors
Class BasicInterpreterInternalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.scriptbasic.errors.BasicInterpreterInternalError
- All Implemented Interfaces:
java.io.Serializable
public class BasicInterpreterInternalError
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BasicInterpreterInternalError(java.lang.String arg0)BasicInterpreterInternalError(java.lang.String arg0, java.lang.Throwable e) -
Method Summary
-
Constructor Details
-
BasicInterpreterInternalError
public BasicInterpreterInternalError(java.lang.String arg0) -
BasicInterpreterInternalError
public BasicInterpreterInternalError(java.lang.String arg0, java.lang.Throwable e)
-