org.jaffa.presentation.portlet.widgets.model.exceptions
Class ColumnMismatchRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaffa.exceptions.CustomRuntimeException
                  extended byorg.jaffa.presentation.portlet.widgets.model.exceptions.ColumnMismatchRuntimeException
All Implemented Interfaces:
Serializable

public class ColumnMismatchRuntimeException
extends CustomRuntimeException

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

See Also:
Serialized Form

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

ColumnMismatchRuntimeException

public ColumnMismatchRuntimeException()
Default constructor


ColumnMismatchRuntimeException

public ColumnMismatchRuntimeException(String msg)
Constructs the exception with the specified detail message

Parameters:
msg - the detail message

ColumnMismatchRuntimeException

public ColumnMismatchRuntimeException(String msg,
                                      Throwable sourceException)
Constructs the exception with the specified detail message and nested exception

Parameters:
msg - the detail message
sourceException - the nested exception


Copyright © 2002-2004 JAFFA Project.