net.janino
Class Java.CompileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.janino.Java.CompileException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Java

public static class Java.CompileException
extends java.lang.Exception

An exception that reflects an error during compilation. This exception is associated with a particular Location in the source code.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          Returns the message specified at creation time, preceeded with nicely formatted location information.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
Returns the message specified at creation time, preceeded with nicely formatted location information.
Overrides:
getMessage in class java.lang.Throwable