jrunx.compiler
Class CompilationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.compiler.CompilationFailedException
All Implemented Interfaces:
java.io.Serializable

public abstract class CompilationFailedException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

CompilationFailedException

public CompilationFailedException(java.lang.String errors)
Method Detail

getErrors

public abstract java.util.Enumeration getErrors()
Returns an enumeration over a set of CompilerError objects.


Copyright � 2002 Macromedia Corporation. All Rights Reserved.