com.citra.table
Class ColumnModelVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.citra.table.ColumnModelVetoException
- All Implemented Interfaces:
- Serializable
public class ColumnModelVetoException
- extends Exception
Exception which is used to stop the addition, removal and moving of the columns of a TableColumnModel.
- Since:
- 3.4
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
event
protected TableColumnModelEvent event
- the table column model event responsible for the exception.
ColumnModelVetoException
public ColumnModelVetoException(TableColumnModelEvent event)
- Constructs a ColumnModelVetoException with no message.
ColumnModelVetoException
public ColumnModelVetoException(TableColumnModelEvent event,
String message)
- Constructs a ColumnModelVetoException with the specified message.
getColumnModelEvent
public TableColumnModelEvent getColumnModelEvent()
- Returns the event that was responsible for the exception.
- Returns:
- the event