Exception: Baykit::BayServer::Bcf::ParseException
- Inherits:
-
ConfigException
- Object
- StandardError
- BayException
- ConfigException
- Baykit::BayServer::Bcf::ParseException
- Defined in:
- lib/baykit/bayserver/bcf/parse_exception.rb
Instance Attribute Summary
Attributes inherited from ConfigException
Instance Method Summary collapse
-
#initialize(file_name, line_no, msg) ⇒ ParseException
constructor
A new instance of ParseException.
Methods inherited from ConfigException
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 |