Exception: RETS4R::Client::ParserException

Inherits:
ClientException show all
Defined in:
lib/rets4r/client/exceptions.rb

Overview

This exception should be thrown when there is an error with the parser, which is considered a subcomponent of the RETS client. It also includes the XML data that that was being processed at the time of the exception.

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file.



10
11
12
# File 'lib/rets4r/client/exceptions.rb', line 10

def file
  @file
end