ch.interlis.iox
Class IoxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
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