class REXML::UndefinedNamespaceException
Public Class Methods
new( prefix, source, parser )
click to toggle source
Calls superclass method
REXML::ParseException::new
# File rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb, line 5 def initialize( prefix, source, parser ) super( "Undefined prefix #{prefix} found" ) end