org.picocontainer.script.groovy
Class GroovyCompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.script.ScriptedPicoContainerMarkupException
                      extended by org.picocontainer.script.groovy.GroovyCompilationException
All Implemented Interfaces:
Serializable

public final class GroovyCompilationException
extends ScriptedPicoContainerMarkupException

Thrown when a groovy compilation error occurs

Author:
Paul Hammant
See Also:
Serialized Form

Constructor Summary
GroovyCompilationException(String message, org.codehaus.groovy.control.CompilationFailedException e)
           
 
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
 

Constructor Detail

GroovyCompilationException

public GroovyCompilationException(String message,
                                  org.codehaus.groovy.control.CompilationFailedException e)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2003-2010 Codehaus. All Rights Reserved.