class REXML::UndefinedNamespaceException

def initialize( prefix, source, parser )

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