Class: UndefinedNamespaceException (REXML)

Overview
Module Structure
Class Hierarchy
Instance Methods
UndefinedNamespaceException#initialize / 3
is a submodule of
module: REXML   
inherits from
  ParseException ( REXML )
has properties
method: initialize / 3   
is defined at
#3 in rexml/undefinednamespaceexception.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: REXML
class: ParseException     
class: UndefinedNamespaceException     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
Exception ( Builtin-Module )
StandardError ( Builtin-Module )
RuntimeError ( Builtin-Module )
ParseException ( REXML )
has properties
attribute: source [RW]   
attribute: parser [RW]   
attribute: continued_exception [RW]   
method: initialize / 4   
method: to_s   
method: position   
method: line   
method: context   
UndefinedNamespaceException ( REXML )
has properties
method: initialize / 3   

Instance Methods

UndefinedNamespaceException#initialize / 3

#4 in rexml/undefinednamespaceexception.rb

initialize ( prefix ,
  source ,
  parser )