| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.harmony.rmi.common.JavaCompilerException
JavaCompilerException | public class JavaCompilerException extends Exception (Code) | | General exception for Java Compiler classes.
author: Vasily Zakharov version: $Revision: 1.1.2.3 $ |
JavaCompilerException | public JavaCompilerException()(Code) | | Creates this exception with null message and cause.
|
JavaCompilerException | public JavaCompilerException(String message)(Code) | | Creates this exception with the specified message
and null cause.
Parameters: message - Detail message. |
JavaCompilerException | public JavaCompilerException(String message, Throwable cause)(Code) | | Creates this exception with the specified message and cause.
Parameters: message - Detail message. Parameters: cause - Cause. |
JavaCompilerException | public JavaCompilerException(Throwable cause)(Code) | | Creates this exception with the specified cause
and message equal to the cause's message.
Parameters: cause - Cause. |
|
|
|