Exception: Metanorma::Plugin::Plantuml::JavaNotFoundError
- Inherits:
-
PlantumlError
- Object
- StandardError
- PlantumlError
- Metanorma::Plugin::Plantuml::JavaNotFoundError
- Defined in:
- lib/metanorma/plugin/plantuml/java_not_found_error.rb
Instance Attribute Summary
Attributes inherited from PlantumlError
Instance Method Summary collapse
-
#initialize ⇒ JavaNotFoundError
constructor
A new instance of JavaNotFoundError.
Constructor Details
#initialize ⇒ JavaNotFoundError
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 |