IMSEVimse 1.0
Draft

se.kth.cid.xml
Class XmlPrinterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--se.kth.cid.xml.XmlPrinterException
All Implemented Interfaces:
Serializable

public class XmlPrinterException
extends Exception

This exception is thrown when something goes wrong when printing an XmlDocument.

Version:
$Revision: 1.1.1.1 $
Author:
Mikael Nilsson
See Also:
Serialized Form

Constructor Summary
XmlPrinterException(String mess)
          Constructs a XmlPrinterException 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

XmlPrinterException

public XmlPrinterException(String mess)
Constructs a XmlPrinterException with the specified detail message.
Parameters:
mess - the detail message.

IMSEVimse 1.0
Draft

Centre for user-oriented IT -design