JP.ac.tsukuba.openjava
Class SunJavaCompiler.CompilationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--JP.ac.tsukuba.openjava.SunJavaCompiler.CompilationFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
SunJavaCompiler

private class SunJavaCompiler.CompilationFailedException
extends RuntimeException


Field Summary
(package private)  Throwable throwable
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SunJavaCompiler.CompilationFailedException(String s)
           
SunJavaCompiler.CompilationFailedException(Throwable throwable, String s)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

throwable

Throwable throwable
Constructor Detail

SunJavaCompiler.CompilationFailedException

public SunJavaCompiler.CompilationFailedException(String s)

SunJavaCompiler.CompilationFailedException

public SunJavaCompiler.CompilationFailedException(Throwable throwable,
                                                  String s)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

SourceForge.net_Logo