/[classpath]/classpath/gnu/xml/dom/DomText.java
ViewVC logotype

Diff of /classpath/gnu/xml/dom/DomText.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Thu Dec 23 22:38:43 2004 UTC revision 1.2 by dog, Thu Feb 10 17:21:25 2005 UTC
# Line 102  public class DomText Line 102  public class DomText
102    {    {
103      if (isReadonly())      if (isReadonly())
104        {        {
105          throw new DomEx(DomEx.NO_MODIFICATION_ALLOWED_ERR);          throw new DomDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
106        }        }
107      try      try
108        {        {
# Line 134  public class DomText Line 134  public class DomText
134        }        }
135      catch (IndexOutOfBoundsException x)      catch (IndexOutOfBoundsException x)
136        {        {
137          throw new DomEx(DomEx.INDEX_SIZE_ERR);          throw new DomDOMException(DOMException.INDEX_SIZE_ERR);
138        }        }
139    }    }
140            

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26