com.jaxfront.core.type
Class ListModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jaxfront.core.type.ListModificationException
All Implemented Interfaces:
java.io.Serializable

public class ListModificationException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int ADD
           
static int MOVE
           
static int REMOVE
           
 
Constructor Summary
ListModificationException()
           
ListModificationException(int operation, Type listItem, ListType list, java.lang.String message)
           
ListModificationException(int operation, Type listItem, ListType list, java.lang.Throwable cause)
           
ListModificationException(java.lang.String message)
           
ListModificationException(java.lang.String message, java.lang.Throwable cause)
           
ListModificationException(java.lang.Throwable cause)
           
 
Method Summary
 Type getList()
           
 Type getListItem()
           
 java.lang.String getMessage()
           
 int getOperation()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD

public static final int ADD
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

MOVE

public static final int MOVE
See Also:
Constant Field Values
Constructor Detail

ListModificationException

public ListModificationException()

ListModificationException

public ListModificationException(java.lang.String message)

ListModificationException

public ListModificationException(int operation,
                                 Type listItem,
                                 ListType list,
                                 java.lang.String message)

ListModificationException

public ListModificationException(int operation,
                                 Type listItem,
                                 ListType list,
                                 java.lang.Throwable cause)

ListModificationException

public ListModificationException(java.lang.Throwable cause)

ListModificationException

public ListModificationException(java.lang.String message,
                                 java.lang.Throwable cause)
Method Detail

getList

public Type getList()

getListItem

public Type getListItem()

getOperation

public int getOperation()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable