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
-
VetoException(EventListener, String)
-
-
getVetoer()
-
VetoException
public VetoException(EventListener vetoer,
String reason)
- Parameters:
- listener - Who objects?
- reason - Why does she object?
getVetoer
public EventListener getVetoer()
All Packages Class Hierarchy This Package Previous Next Index