Exception: REXML::UndefinedNamespaceException
- Inherits:
-
ParseException
- Object
- RuntimeError
- ParseException
- REXML::UndefinedNamespaceException
- Defined in:
- lib/rexml/undefinednamespaceexception.rb
Instance Attribute Summary
Attributes inherited from ParseException
#continued_exception, #parser, #source
Instance Method Summary collapse
-
#initialize(prefix, source, parser) ⇒ UndefinedNamespaceException
constructor
A new instance of UndefinedNamespaceException.
Methods inherited from ParseException
#context, #line, #position, #to_s
Constructor Details
#initialize(prefix, source, parser) ⇒ UndefinedNamespaceException
Returns a new instance of UndefinedNamespaceException.
5 6 7 |
# File 'lib/rexml/undefinednamespaceexception.rb', line 5 def initialize( prefix, source, parser ) super( "Undefined prefix #{prefix} found" ) end |