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
Field Summary |
(package private) java.lang.Throwable |
exc
|
(package private) java.lang.String |
msg
|
(package private) static long |
serialVersionUID
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
exc
java.lang.Throwable exc
msg
java.lang.String msg
DxException
public DxException()
DxException
public DxException(java.lang.Throwable e)
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
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.