hep.lcd.vertexing.zvtop
Class ZvException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.lcd.util.error.LCDException
                          |
                          +--hep.lcd.vertexing.zvtop.ZvException

public class ZvException
extends LCDException

ZvException -- ZvTop Exception class

Version:
$Id: ZvException.java,v 1.2 2001/06/05 18:20:55 walkowia Exp $
Author:
W.Walkowiak, 09/16/00
See Also:
Serialized Form
Source Code:
ZvException.java

Constructor Summary
ZvException(String message)
           
ZvException(String message, Throwable detail)
           
 
Methods inherited from class hep.lcd.util.error.LCDException
getMessage, getNestedException, getSimpleMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZvException

public ZvException(String message)

ZvException

public ZvException(String message,
                   Throwable detail)


The LCD Group