org.nanocontainer.script.groovy
Class GroovyCompilationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.nanocontainer.script.NanoContainerMarkupException
                      extended byorg.nanocontainer.script.groovy.GroovyCompilationException
All Implemented Interfaces:
java.io.Serializable

public class GroovyCompilationException
extends org.nanocontainer.script.NanoContainerMarkupException

Version:
$Revision: 3144 $
Author:
Paul Hammant
See Also:
Serialized Form

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

getMessage

public java.lang.String getMessage()


Copyright © 2003-2007 Codehaus. All Rights Reserved.