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