org.dishevelled.observable.event
Class SortedMapChangeVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dishevelled.observable.event.SortedMapChangeVetoException
- All Implemented Interfaces:
- Serializable
public class SortedMapChangeVetoException
- extends Exception
- implements Serializable
Exception thrown in the event a sorted map change
is vetoed by a VetoableSortedMapChangeListener.
- Version:
- $Revision$ $Date$
- Author:
- Michael Heuer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SortedMapChangeVetoException
public SortedMapChangeVetoException()
- Create a new sorted map change veto exception.
SortedMapChangeVetoException
public SortedMapChangeVetoException(String message)
- Create a new sorted map change veto exception
with the specified error message.
- Parameters:
message - error message
Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).