Exception: Metanorma::Plugin::Plantuml::GenerationError
- Inherits:
-
PlantumlError
- Object
- StandardError
- PlantumlError
- Metanorma::Plugin::Plantuml::GenerationError
- Defined in:
- lib/metanorma/plugin/plantuml/generation_error.rb
Instance Attribute Summary
Attributes inherited from PlantumlError
Instance Method Summary collapse
-
#initialize(message, java_error = nil) ⇒ GenerationError
constructor
A new instance of GenerationError.
Constructor Details
#initialize(message, java_error = nil) ⇒ GenerationError
Returns a new instance of GenerationError.
9 10 11 12 |
# File 'lib/metanorma/plugin/plantuml/generation_error.rb', line 9 def initialize(, java_error = nil) super("PlantUML generation failed: #{}") @original_error = java_error end |