org.multijava.util.compiler
Class CompilationAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multijava.util.compiler.CompilationAbortedException
- All Implemented Interfaces:
- Serializable
- public class CompilationAbortedException
- extends RuntimeException
This exception is used to abort out of compilation tasks, but to still
report errors satisfactorily, and perhaps to continue on. To abort the
compilation entirely upon fatal errors use CompilationAbortedError.
- Author:
- David Cok
|
Field Summary |
private boolean |
result
True if the compilation succeeded, false if an error occurred. |
| Fields inherited from class java.lang.Throwable |
|
|
Method Summary |
boolean |
result()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
result
private boolean result
- True if the compilation succeeded, false if an error occurred.
CompilationAbortedException
public CompilationAbortedException()
CompilationAbortedException
public CompilationAbortedException(boolean b)
result
public boolean result()
mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.