xml2class
XML data structures

xml2class
Class X2cInputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xml2class.X2cException
                    |
                    +--xml2class.X2cInputException
All Implemented Interfaces:
java.io.Serializable

public class X2cInputException
extends X2cException

Any IOException occuring during the parsing process will be converted into a X2cInputException in order to facilitate exception handling.

Author:
Simon Bünzli, zeniko@gmx.ch
See Also:
X2cException, XML2ClassParser, IOException, Serialized Form

Constructor Summary
X2cInputException()
          Constructs an X2cInputException with no specified detail message.
X2cInputException(java.lang.String s)
          Constructs an X2cInputException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X2cInputException

public X2cInputException()
Constructs an X2cInputException with no specified detail message.

X2cInputException

public X2cInputException(java.lang.String s)
Constructs an X2cInputException with the specified detail message.
Parameters:
s - the detail message.

xml2class
XML data structures

Copyleft 2001 by Simon Bünzli, zeniko@gmx.ch