Exception: REXML::UndefinedNamespaceException

Inherits:
ParseException show all
Defined in:
lib/rexml/undefinednamespaceexception.rb

Instance Attribute Summary

Attributes inherited from ParseException

#continued_exception, #parser, #source

Instance Method Summary collapse

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