ch.interlis.iox_j.jts
Class Iox2jtsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.interlis.iox_j.jts.Iox2jtsException
All Implemented Interfaces:
java.io.Serializable

public class Iox2jtsException
extends java.lang.Exception

Any converter error.

Version:
$Revision: 1.0 $ $Date: 07.08.2006 $
Author:
ce
See Also:
Serialized Form

Constructor Summary
Iox2jtsException()
           
Iox2jtsException(java.lang.String message)
           
Iox2jtsException(java.lang.String message, java.lang.Throwable cause)
           
Iox2jtsException(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

Iox2jtsException

public Iox2jtsException()

Iox2jtsException

public Iox2jtsException(java.lang.String message)

Iox2jtsException

public Iox2jtsException(java.lang.Throwable cause)

Iox2jtsException

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