com.zfqjava.swing
Class ActionVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.zfqjava.swing.ActionVetoException
All Implemented Interfaces:
java.io.Serializable

public class ActionVetoException
extends java.lang.Exception

Signals that a action has been vetoed

See Also:
Serialized Form

Constructor Summary
ActionVetoException()
          Constructs an ActionVetoExceptionwith no detail message.
ActionVetoException(java.lang.String msg)
          Constructs an ActionVetoException with the specified detail message.
 
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

ActionVetoException

public ActionVetoException()
Constructs an ActionVetoExceptionwith no detail message. A detail message is a String that describes this particular exception.

ActionVetoException

public ActionVetoException(java.lang.String msg)
Constructs an ActionVetoException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
msg - the String that contains a detailed message


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.