org.picocontainer.script.groovy
Class GroovyCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.script.ScriptedPicoContainerMarkupException
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
GroovyCompilationException
public GroovyCompilationException(String message,
org.codehaus.groovy.control.CompilationFailedException e)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2003-2010 Codehaus. All Rights Reserved.