All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.jos.util.VetoException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----org.jos.util.VetoException

public class VetoException
extends Exception
Exception that is thrown by a listener who objects to a request of the object it's listening to

Version:
JOS-FileSystem 4 Preview (25-Mar-98)
Author:
Stefan Reich
See Also:
Medium

Constructor Index

 o VetoException(EventListener, String)

Method Index

 o getVetoer()

Constructors

 o VetoException
public VetoException(EventListener vetoer,
                     String reason)
Parameters:
listener - Who objects?
reason - Why does she object?

Methods

 o getVetoer
public EventListener getVetoer()

All Packages  Class Hierarchy  This Package  Previous  Next  Index