com.zfqjava.swing
Class ActionVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zfqjava.swing.ActionVetoException
- All Implemented Interfaces:
- Serializable
public class ActionVetoException
- extends Exception
Signals that a action has been vetoed
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActionVetoException
public ActionVetoException()
- Constructs an ActionVetoExceptionwith no detail message.
A detail message is a String that describes this particular exception.
ActionVetoException
public ActionVetoException(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
Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.