ch.interlis.iox
Class IoxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.interlis.iox.IoxException
All Implemented Interfaces:
java.io.Serializable

public class IoxException
extends java.lang.Exception

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

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

Constructor Detail

IoxException

public IoxException()

IoxException

public IoxException(java.lang.String message)

IoxException

public IoxException(int lineNumber,
                    java.lang.String message)

IoxException

public IoxException(java.lang.Throwable cause)

IoxException

public IoxException(int lineNumber,
                    java.lang.Throwable cause)

IoxException

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

IoxException

public IoxException(int lineNumber,
                    java.lang.String message,
                    java.lang.Throwable cause)
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable