net.wgen.op
Class OpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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
 
Constructor Summary
OpException(Op op, java.lang.String s)
           
OpException(Op op, java.lang.String s, java.lang.Throwable embedded)
           
OpException(Op op, java.lang.Throwable embedded)
           
 
Method Summary
 Op getOp()
           
 
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
 

Field Detail

_op

private Op _op
Constructor Detail

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)
Method Detail

getOp

public Op getOp()