class REXML::UndefinedNamespaceException

Public Class Methods

new( prefix, source, parser ) click to toggle source
Calls superclass method REXML::ParseException.new
# File lib/rexml/undefinednamespaceexception.rb, line 4
def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end