Eidola home

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

Constructor Summary
CompileAbortedException(Container container, long compilingVersion)
           
 
Method Summary
 long getCompilingVersion()
           
 Container getContainer()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileAbortedException

public CompileAbortedException(Container container,
                               long compilingVersion)
Method Detail

getContainer

public Container getContainer()

getCompilingVersion

public long getCompilingVersion()

Eidola home