ozone core API

org.ozoneDB.DxLib
Class DxException

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.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

Field Summary
(package private)  java.lang.Throwable exc
           
(package private)  java.lang.String msg
           
(package private) static long serialVersionUID
           
 
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

exc

java.lang.Throwable exc

msg

java.lang.String msg
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()

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException

ozone core API

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