|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.compiler.CompilationFailedException
This exception type is thrown by implementations of JavaCompiler when a compilation fails. It is a abstract class to allow Various JavaCompiler implementions to throw their own subclasses.
| Constructor Summary | |
CompilationFailedException(java.lang.String errors)
|
|
| Method Summary | |
abstract java.util.Enumeration |
getErrors()
Returns an enumeration over a set of CompilerError objects. |
| 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 |
public CompilationFailedException(java.lang.String errors)
| Method Detail |
public abstract java.util.Enumeration getErrors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||