| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaffa.exceptions.CustomRuntimeException
org.jaffa.presentation.portlet.widgets.model.exceptions.ColumnMismatchRuntimeException
This exception is thrown when a row being added to the TableModel does not have the same no. of elements as the columns of the table
| Constructor Summary | |
| ColumnMismatchRuntimeException()Default constructor | |
| ColumnMismatchRuntimeException(String msg)Constructs the exception with the specified detail message | |
| ColumnMismatchRuntimeException(String msg,
                                                             Throwable sourceException)Constructs the exception with the specified detail message and nested exception | |
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ColumnMismatchRuntimeException()
public ColumnMismatchRuntimeException(String msg)
msg - the detail message
public ColumnMismatchRuntimeException(String msg,
                                      Throwable sourceException)
msg - the detail messagesourceException - the nested exception| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||