Class: Blur::BlurException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/active_blur/thrift/blur_types.rb

Overview

BlurException that carries a message plus the original stack trace (if any).

Constant Summary collapse

MESSAGE =
1
STACKTRACESTR =
2
FIELDS =
{
  # The message in the exception.
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'},
  # The original stack trace (if any).
  STACKTRACESTR => {:type => ::Thrift::Types::STRING, :name => 'stackTraceStr'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



82
# File 'lib/active_blur/thrift/blur_types.rb', line 82

def struct_fields; FIELDS; end

#validateObject



84
85
# File 'lib/active_blur/thrift/blur_types.rb', line 84

def validate
end