com.jaxfront.core.type
Class ListModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jaxfront.core.type.ListModificationException
- All Implemented Interfaces:
- java.io.Serializable
public class ListModificationException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
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
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)
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