public abstract class ListBaseException extends BaseException implements java.util.List
code, formatString, messageKey
Constructor and Description |
---|
ListBaseException(java.lang.String message,
java.lang.String key,
long code) |
ListBaseException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String key,
long code) |
Modifier and Type | Method and Description |
---|---|
void |
add(int arg0,
java.lang.Object arg1) |
boolean |
add(java.lang.Object arg0) |
boolean |
addAll(java.util.Collection arg0) |
boolean |
addAll(int arg0,
java.util.Collection arg1) |
void |
clear() |
boolean |
contains(java.lang.Object arg0) |
boolean |
containsAll(java.util.Collection arg0) |
java.lang.Object |
get(int arg0) |
java.lang.String |
getLocalizedMessage(ExceptionTranslator exceptionTranslator,
int indent)
Returns the translated message that
describes the exception with indentation.
|
java.lang.String |
getMessage()
Returns the message that describes the exception.
|
java.lang.String |
getMessage(int indent)
Returns the message that describes the exception, with indentation.
|
int |
indexOf(java.lang.Object arg0) |
boolean |
isEmpty() |
int |
lastIndexOf(java.lang.Object arg0) |
java.util.ListIterator |
listIterator() |
java.util.ListIterator |
listIterator(int arg0) |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
java.lang.Object |
remove(int arg0) |
boolean |
remove(java.lang.Object arg0) |
boolean |
removeAll(java.util.Collection arg0) |
boolean |
retainAll(java.util.Collection arg0) |
java.lang.Object |
set(int arg0,
java.lang.Object arg1) |
int |
size() |
java.util.List |
subList(int arg0,
int arg1) |
java.lang.Object[] |
toArray() |
java.lang.Object[] |
toArray(java.lang.Object[] arg0) |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ListBaseException(java.lang.String message, java.lang.String key, long code)
public ListBaseException(java.lang.String message, java.lang.Throwable cause, java.lang.String key, long code)
public int size()
size
in interface java.util.Collection
size
in interface java.util.List
public boolean isEmpty()
isEmpty
in interface java.util.Collection
isEmpty
in interface java.util.List
public boolean contains(java.lang.Object arg0)
contains
in interface java.util.Collection
contains
in interface java.util.List
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection
toArray
in interface java.util.List
public java.lang.Object[] toArray(java.lang.Object[] arg0)
toArray
in interface java.util.Collection
toArray
in interface java.util.List
arg0
- public boolean add(java.lang.Object arg0)
add
in interface java.util.Collection
add
in interface java.util.List
arg0
- public boolean remove(java.lang.Object arg0)
remove
in interface java.util.Collection
remove
in interface java.util.List
public boolean containsAll(java.util.Collection arg0)
containsAll
in interface java.util.Collection
containsAll
in interface java.util.List
arg0
- public boolean addAll(java.util.Collection arg0)
addAll
in interface java.util.Collection
addAll
in interface java.util.List
arg0
- public boolean addAll(int arg0, java.util.Collection arg1)
addAll
in interface java.util.List
arg0
- arg1
- public boolean removeAll(java.util.Collection arg0)
removeAll
in interface java.util.Collection
removeAll
in interface java.util.List
arg0
- public boolean retainAll(java.util.Collection arg0)
retainAll
in interface java.util.Collection
retainAll
in interface java.util.List
arg0
- public void clear()
clear
in interface java.util.Collection
clear
in interface java.util.List
public java.lang.Object get(int arg0)
get
in interface java.util.List
public java.lang.Object set(int arg0, java.lang.Object arg1)
set
in interface java.util.List
arg0
- arg1
- public void add(int arg0, java.lang.Object arg1)
add
in interface java.util.List
arg0
- arg1
- public java.lang.Object remove(int arg0)
remove
in interface java.util.List
public int indexOf(java.lang.Object arg0)
indexOf
in interface java.util.List
public int lastIndexOf(java.lang.Object arg0)
lastIndexOf
in interface java.util.List
public java.util.ListIterator listIterator()
listIterator
in interface java.util.List
public java.util.ListIterator listIterator(int arg0)
listIterator
in interface java.util.List
public java.util.List subList(int arg0, int arg1)
subList
in interface java.util.List
public java.lang.String getMessage()
IBaseException
getMessage
in interface IBaseException
getMessage
in class BaseException
public java.lang.String getMessage(int indent)
IBaseException
getMessage
in interface IBaseException
getMessage
in class BaseException
indent
- Quantity of blanks to insert
at the start of the message.public java.lang.String getLocalizedMessage(ExceptionTranslator exceptionTranslator, int indent)
IBaseException
getLocalizedMessage
in interface IBaseException
getLocalizedMessage
in class BaseException
exceptionTranslator
- Instance of a class that fulfills
the IExceptionTranslator interface.
His method "getText" takes charge returning
the expression, correspondent to the key that
delivers him, translated into the configured language.indent
- Quantity of blanks to insert
at the start of the message.public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable