Exception: Metanorma::Plugin::Plantuml::JavaNotFoundError

Inherits:
PlantumlError
  • Object
show all
Defined in:
lib/metanorma/plugin/plantuml/java_not_found_error.rb

Instance Attribute Summary

Attributes inherited from PlantumlError

#original_error

Instance Method Summary collapse

Constructor Details

#initializeJavaNotFoundError

Returns a new instance of JavaNotFoundError.



9
10
11
12
13
14
# File 'lib/metanorma/plugin/plantuml/java_not_found_error.rb', line 9

def initialize
  super(
    "Java runtime not found. Please ensure Java is installed and " \
    "available in PATH",
  )
end