org.ozoneDB.DxLib
Class DxException
java.lang.Object
|
+--org.ozoneDB.DxLib.DxObject
|
+--org.ozoneDB.DxLib.DxException
- All Implemented Interfaces:
- java.lang.Cloneable, DxCompatible, java.io.Externalizable, java.io.Serializable
- public class DxException
- extends DxObject
- implements java.io.Externalizable
Diese Klasse dient dazu, ein Java-Exception in einem Stream zu schreiben
bzw. daraus zu lesen. Das ist z.B. fuer Socket-Verbindungen nuetzlich.
- Version:
- $Revision: 1.1 $Date: 2001/12/18 10:31:30 $
- Author:
- SMB
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DxException
public DxException()
DxException
public DxException(java.lang.Throwable e)
toExc
public java.lang.Throwable toExc()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Specified by:
readExternal
in interface java.io.Externalizable
java.io.IOException
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.