Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.topchetoeu.j2s.runtime.exceptions.EngineException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionme.topchetoeu.j2s.common.Environment
final List<EngineException.StackElement>
final Value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(me.topchetoeu.j2s.common.Environment env, String name, me.topchetoeu.j2s.common.Location location) static EngineException
static EngineException
static EngineException
static EngineException
static EngineException
setCause
(EngineException cause) setEnvironment
(me.topchetoeu.j2s.common.Environment env) toString
(me.topchetoeu.j2s.common.Environment env) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
value
-
cause
-
env
public me.topchetoeu.j2s.common.Environment env -
stackTrace
-
-
Constructor Details
-
EngineException
-
-
Method Details
-
add
public EngineException add(me.topchetoeu.j2s.common.Environment env, String name, me.topchetoeu.j2s.common.Location location) -
setCause
-
setEnvironment
-
toString
-
ofError
-
ofError
-
ofSyntax
-
ofType
-
ofRange
-