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.



4
5
6
# File 'lib/rexml/undefinednamespaceexception.rb', line 4

def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end