org.gxos
Class GxException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.gxos.GxException
- All Implemented Interfaces:
- java.io.Serializable
- public class GxException
- extends java.lang.Exception
Garnet Exception classes.
$Id: GxException.java,v 1.4 2001/05/28 17:14:52 balsoy Exp $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GxException
public GxException()
GxException
public GxException(java.lang.String msg)
- Parameters:
msg
- autofilled
GxException
public GxException(java.lang.String msg,
java.lang.Exception e)
- Parameters:
msg
- autofillede
- autofilled
getRelation
public java.lang.Exception getRelation()