Methods

Class/Module Index [+]

Quicksearch

ActiveRecord::WrappedDatabaseException

Parent class for all specific exceptions which wrap database driver exceptions provides access to the original exception also.

Attributes

original_exception[R]

Public Class Methods

new(message, original_exception) click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activerecord-3.0.9/lib/active_record/errors.rb, line 70
def initialize(message, original_exception)
  super(message)
  @original_exception = original_exception
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.