ozone API

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

Constructor Summary
DxException()
           
DxException(java.lang.Throwable e)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.Throwable toExc()
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Constructor Detail

DxException

public DxException()

DxException

public DxException(java.lang.Throwable e)
Method Detail

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

ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.