Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3389

Show
Ignore:
Timestamp:
03/23/08 21:36:14 (9 months ago)
Author:
kris
Message:

Added XmlException?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/common/tango/core/Exception.d

    r3145 r3389  
    4747 
    4848  - TextException 
     49    - XmlException 
    4950    - RegexException 
    5051    - LocaleException 
     
    327328 
    328329/** 
     330 * Base class for XML exceptions. 
     331 */ 
     332class XmlException : TextException 
     333{ 
     334    this( char[] msg ) 
     335    { 
     336        super( msg ); 
     337    } 
     338} 
     339 
     340 
     341/** 
    329342 * RegistryException is thrown when the NetworkRegistry encounters a 
    330343 * problem during proxy registration, or when it sees an unregistered