123456789_123456789_123456789_123456789_123456789_

Exception: REXML::UndefinedNamespaceException

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ParseException, RuntimeError
Instance Chain:
self, ParseException, RuntimeError
Inherits: REXML::ParseException
Defined in: lib/rexml/undefinednamespaceexception.rb

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

.new(prefix, source, parser) ⇒ UndefinedNamespaceException

[ GitHub ]

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

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