method
new
new( prefix, source, parser )
public
Hide source
# File lib/rexml/undefinednamespaceexception.rb, line 5 def initialize( prefix, source, parser ) super( "Undefined prefix #{prefix} found" ) end