org.eidola.kernel
Class CompileAbortedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.eidola.kernel.CompileAbortedException
- All Implemented Interfaces:
- Serializable
- public class CompileAbortedException
- extends Exception
Signals that a compilation of a container was aborted, because the container was
modified during the compile. Thrown by Container.compile()
.
- Version:
- [Development version]
- Author:
- Paul Cantrell
- See Also:
Compiler
, Serialized Form
CompileAbortedException
public CompileAbortedException(Container container,
long compilingVersion)
getContainer
public Container getContainer()
getCompilingVersion
public long getCompilingVersion()