Package groovy.lang

Class GroovyRuntimeException

    • Constructor Detail

      • GroovyRuntimeException

        public GroovyRuntimeException()
      • GroovyRuntimeException

        public GroovyRuntimeException​(java.lang.String message)
      • GroovyRuntimeException

        public GroovyRuntimeException​(java.lang.String message,
                                      ASTNode node)
      • GroovyRuntimeException

        public GroovyRuntimeException​(java.lang.String message,
                                      java.lang.Throwable cause)
      • GroovyRuntimeException

        public GroovyRuntimeException​(java.lang.Throwable t)
    • Method Detail

      • setModule

        public void setModule​(ModuleNode module)
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getNode

        public ASTNode getNode()
      • getMessageWithoutLocationText

        public java.lang.String getMessageWithoutLocationText()
      • getLocationText

        protected java.lang.String getLocationText()