Package org.openzen.zencode.shared
Class CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openzen.zencode.shared.CompileException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompileException(CodePosition position, CompileExceptionCode code, String message) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()static CompileExceptioninternalError(String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
position
-
code
-
message
-
-
Constructor Details
-
Method Details
-
internalError
-
getPosition
-
getCode
-
getMessage
- Overrides:
getMessagein classThrowable
-