xml2class
XML data structures

xml2class
Class X2cOutputException

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

public class X2cOutputException
extends X2cException

An X2cOutputException is thrown, when there was any exception while trying to save a data structure back to a XML file.

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

Constructor Summary
X2cOutputException()
          Constructs an X2cOutputException with no specified detail message.
X2cOutputException(java.lang.String s)
          Constructs an X2cOutputException 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

X2cOutputException

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

X2cOutputException

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

xml2class
XML data structures

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