EXIficient

com.siemens.ct.exi.exceptions
Class EXIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.siemens.ct.exi.exceptions.EXIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownElementException, UnsupportedOption, XMLParsingException

public class EXIException
extends java.lang.Exception

TODO Description

Version:
0.4.20080718
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com
See Also:
Serialized Form

Constructor Summary
EXIException()
           
EXIException(java.lang.String message)
           
EXIException(java.lang.String message, java.lang.Throwable cause)
           
EXIException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EXIException

public EXIException()

EXIException

public EXIException(java.lang.String message)

EXIException

public EXIException(java.lang.String message,
                    java.lang.Throwable cause)

EXIException

public EXIException(java.lang.Throwable cause)

EXIficient