Exception: REXML::UndefinedNamespaceException
- Inherits:
 - 
      ParseException
      
        
- Object
 - RuntimeError
 - ParseException
 - REXML::UndefinedNamespaceException
 
 
- Defined in:
 - lib/rexml/undefinednamespaceexception.rb
 
Instance Attribute Summary
Attributes inherited from ParseException
#continued_exception, #parser, #source
Instance Method Summary collapse
- 
  
    
      #initialize(prefix, source, parser)  ⇒ UndefinedNamespaceException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UndefinedNamespaceException.
 
Methods inherited from ParseException
#context, #line, #position, #to_s
Constructor Details
#initialize(prefix, source, parser) ⇒ UndefinedNamespaceException
Returns a new instance of UndefinedNamespaceException.
      4 5 6  | 
    
      # File 'lib/rexml/undefinednamespaceexception.rb', line 4 def initialize( prefix, source, parser ) super( "Undefined prefix #{prefix} found" ) end  |