Exception: Droonga::AddHandler::UnknownColumn

Inherits:
NotFound show all
Defined in:
lib/droonga/plugin/handler/add.rb

Constant Summary

Constants inherited from NotFound

NotFound::STATUS_CODE

Constants inherited from MessageProcessingError

MessageProcessingError::STATUS_CODE

Instance Attribute Summary

Attributes inherited from MessageProcessingError

#detail, #message

Instance Method Summary collapse

Methods inherited from MessageProcessingError

#name, #response_body, #status_code

Constructor Details

#initialize(column, table, request) ⇒ UnknownColumn

Returns a new instance of UnknownColumn.



54
55
56
57
# File 'lib/droonga/plugin/handler/add.rb', line 54

def initialize(column, table, request)
  super("The column #{column.inspect} does not exist in the table #{table.inspect}.",
        request)
end