Exception: Baykit::BayServer::Bcf::ParseException

Inherits:
ConfigException show all
Defined in:
lib/baykit/bayserver/bcf/parse_exception.rb

Instance Attribute Summary

Attributes inherited from ConfigException

#file_name, #line_no

Instance Method Summary collapse

Methods inherited from ConfigException

create_message, #message

Constructor Details

#initialize(file_name, line_no, msg) ⇒ ParseException

Returns a new instance of ParseException.



9
10
11
# File 'lib/baykit/bayserver/bcf/parse_exception.rb', line 9

def initialize(file_name, line_no, msg)
  super
end