public class JavaShellCompilationException
extends GroovyRuntimeException
Indicates that JavaShell could not compile the supplied Java source.
| Constructor and description |
|---|
JavaShellCompilationException(String message)Creates a new compilation exception with the compiler output. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Creates a new compilation exception with the compiler output.
message - the compiler diagnosticsCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.