Exception: DBI::DataError

Inherits:
DatabaseError show all
Defined in:
lib/dbi/exceptions.rb

Overview

Exception for errors due to problems with the processed data such as division by zero, numeric value out of range, etc.

Instance Attribute Summary

Attributes inherited from DatabaseError

#err, #errstr, #state

Method Summary

Methods inherited from DatabaseError

#initialize

Constructor Details

This class inherits a constructor from DBI::DatabaseError