Package groovy.lang

Class GroovyRuntimeException

    • Constructor Detail

      • GroovyRuntimeException

        public GroovyRuntimeException()
      • GroovyRuntimeException

        public GroovyRuntimeException​(String message)
      • GroovyRuntimeException

        public GroovyRuntimeException​(String message,
                                      ASTNode node)
      • GroovyRuntimeException

        public GroovyRuntimeException​(String message,
                                      Throwable cause)
      • GroovyRuntimeException

        public GroovyRuntimeException​(Throwable t)
    • Method Detail

      • setModule

        public void setModule​(ModuleNode module)
      • getNode

        public ASTNode getNode()
      • getMessageWithoutLocationText

        public String getMessageWithoutLocationText()
      • getLocationText

        protected String getLocationText()