org.codehaus.commons.compiler
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.commons.compiler.CausedException
              extended by org.codehaus.commons.compiler.LocatedException
                  extended by org.codehaus.commons.compiler.CompileException
All Implemented Interfaces:
java.io.Serializable

public class CompileException
extends LocatedException

An exception that reflects an error during compilation.

See Also:
Serialized Form

Constructor Summary
CompileException(java.lang.String message, Location optionalLocation)
           
CompileException(java.lang.String message, Location optionalLocation, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.codehaus.commons.compiler.LocatedException
getLocation, getMessage
 
Methods inherited from class org.codehaus.commons.compiler.CausedException
getCause, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileException

public CompileException(java.lang.String message,
                        Location optionalLocation)

CompileException

public CompileException(java.lang.String message,
                        Location optionalLocation,
                        java.lang.Throwable cause)


Copyright © 2001-2012. All Rights Reserved.