org.nanocontainer.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.nanocontainer.script.NanoContainerMarkupException
                      extended by org.nanocontainer.script.groovy.GroovyCompilationException
All Implemented Interfaces:
Serializable

public class GroovyCompilationException
extends org.nanocontainer.script.NanoContainerMarkupException

Version:
$Revision: 3144 $
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 org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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-2009 Codehaus. All Rights Reserved.