instrument/JTree API Documentation

org.pvv.bcd.instrument.JTree
Class VetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.pvv.bcd.instrument.JTree.VetoException
All Implemented Interfaces:
java.io.Serializable

public class VetoException
extends java.lang.Exception

Title: instrument/JTree Description: Copyright: Copyright (c) 1998 Company:

Version:
 
Author:
Bent Dalager
See Also:
Serialized Form

Constructor Summary
VetoException()
           
VetoException(java.lang.String text)
           
 
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
 

Constructor Detail

VetoException

public VetoException()

VetoException

public VetoException(java.lang.String text)

instrument/JTree API Documentation