class REXML::UndefinedNamespaceException

Public Class Methods

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