Class LPCRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.protasm.jvmud.compiler.exec.LPCRuntimeException
- All Implemented Interfaces:
Serializable
Signals failures while compiling or instantiating LPC objects for a runtime instance.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLPCRuntimeException(String message) LPCRuntimeException(String message, Throwable cause) LPCRuntimeException(String message, List<CompilationProblem> problems) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LPCRuntimeException
-
LPCRuntimeException
-
LPCRuntimeException
-
-
Method Details
-
problems
-