net.wgen.op
Class OpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.wgen.op.OpException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DatabaseCallException
- public class OpException
- extends java.lang.Exception
Simple exception class that includes the Op that was being executed when the exception occurred.
- Version:
- $Id: OpException.html,v 1.2 2007/01/28 04:09:36 paulfeuer Exp $
- Author:
- Paul Feuer, Wireless Generation, Inc.
- See Also:
- Serialized Form
|
Field Summary |
private Op |
_op
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_op
private Op _op
OpException
public OpException(Op op,
java.lang.String s,
java.lang.Throwable embedded)
OpException
public OpException(Op op,
java.lang.String s)
OpException
public OpException(Op op,
java.lang.Throwable embedded)
getOp
public Op getOp()