Exception: REXML::UndefinedNamespaceException
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| 
         Class Chain: 
        
          self,
          ParseException,
          RuntimeError
         
       | 
    |
| 
         Instance Chain: 
        
          self,
          ParseException,
          RuntimeError
         
       | 
    |
| Inherits: | 
        REXML::ParseException
        
  | 
    
| Defined in: | lib/rexml/undefinednamespaceexception.rb | 
Class Method Summary
ParseException - Inherited
Instance Attribute Summary
ParseException - Inherited
Instance Method Summary
ParseException - Inherited
Constructor Details
    .new(prefix, source, parser)  ⇒ UndefinedNamespaceException 
  
# File 'lib/rexml/undefinednamespaceexception.rb', line 5
def initialize( prefix, source, parser ) super( "Undefined prefix #{prefix} found" ) end