package bluej.extensions;


| This exception will be thrown when a compile request cannot be started. | The most likely reason for a compilation to abort is that BlueJ is currently | executing some class code. | | @version $Id: CompilationNotStartedException.java 6215 2009-03-30 13:28:25Z polle $ | | | Author: Damiano Bolla, University of Kent at Canterbury, 2003 | public class CompilationNotStartedException extends ExtensionException { CompilationNotStartedException (String reason) { super (reason); } }
top, use, map, class CompilationNotStartedException




9 neLoCode + 6 LoComm