Exception: PrintController::JavaError

Inherits:
Exception
  • Object
show all
Defined in:
app/controllers/print_controller.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd, message) ⇒ JavaError

Returns a new instance of JavaError.



16
17
18
# File 'app/controllers/print_controller.rb', line 16

def initialize(cmd, message)
  super(cmd+"\n"+message)
end