More information


de.spieleck.pcs.xml
Class XmlProducingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.spieleck.pcs.xml.XmlProducingException
All Implemented Interfaces:
java.io.Serializable

public class XmlProducingException
extends java.lang.Exception

Exception class for representing exceptions raised during XML production

See Also:
Serialized Form

Constructor Summary
XmlProducingException()
          Creates a new instance of XmlProducingException without detail message.
XmlProducingException(java.lang.String msg)
          Constructs an instance of XmlProducingException 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

XmlProducingException

public XmlProducingException()
Creates a new instance of XmlProducingException without detail message.

XmlProducingException

public XmlProducingException(java.lang.String msg)
Constructs an instance of XmlProducingException with the specified detail message.
Parameters:
msg - the detail message.

More information