Methods
N
Class Public methods
new( prefix, source, parser )
# File lib/rexml/undefinednamespaceexception.rb, line 4
def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end