org.inb.biomoby.shared.message
Class MobyExceptions
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.inb.biomoby.shared.message.MobyExceptions
- All Implemented Interfaces:
- Serializable, Iterable<MobyException>, Collection<MobyException>, List<MobyException>
public class MobyExceptions
- extends Exception
- implements List<MobyException>, Serializable
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MobyExceptions
public MobyExceptions()
size
public int size()
- Specified by:
size in interface Collection<MobyException>- Specified by:
size in interface List<MobyException>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<MobyException>- Specified by:
isEmpty in interface List<MobyException>
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection<MobyException>- Specified by:
contains in interface List<MobyException>
iterator
public Iterator<MobyException> iterator()
- Specified by:
iterator in interface Iterable<MobyException>- Specified by:
iterator in interface Collection<MobyException>- Specified by:
iterator in interface List<MobyException>
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection<MobyException>- Specified by:
toArray in interface List<MobyException>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray in interface Collection<MobyException>- Specified by:
toArray in interface List<MobyException>
add
public boolean add(MobyException e)
- Specified by:
add in interface Collection<MobyException>- Specified by:
add in interface List<MobyException>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<MobyException>- Specified by:
remove in interface List<MobyException>
containsAll
public boolean containsAll(Collection<?> c)
- Specified by:
containsAll in interface Collection<MobyException>- Specified by:
containsAll in interface List<MobyException>
addAll
public boolean addAll(Collection<? extends MobyException> c)
- Specified by:
addAll in interface Collection<MobyException>- Specified by:
addAll in interface List<MobyException>
addAll
public boolean addAll(int index,
Collection<? extends MobyException> c)
- Specified by:
addAll in interface List<MobyException>
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll in interface Collection<MobyException>- Specified by:
removeAll in interface List<MobyException>
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll in interface Collection<MobyException>- Specified by:
retainAll in interface List<MobyException>
clear
public void clear()
- Specified by:
clear in interface Collection<MobyException>- Specified by:
clear in interface List<MobyException>
get
public MobyException get(int index)
- Specified by:
get in interface List<MobyException>
set
public MobyException set(int index,
MobyException element)
- Specified by:
set in interface List<MobyException>
add
public void add(int index,
MobyException element)
- Specified by:
add in interface List<MobyException>
remove
public MobyException remove(int index)
- Specified by:
remove in interface List<MobyException>
indexOf
public int indexOf(Object o)
- Specified by:
indexOf in interface List<MobyException>
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf in interface List<MobyException>
listIterator
public ListIterator<MobyException> listIterator()
- Specified by:
listIterator in interface List<MobyException>
listIterator
public ListIterator<MobyException> listIterator(int index)
- Specified by:
listIterator in interface List<MobyException>
subList
public List<MobyException> subList(int fromIndex,
int toIndex)
- Specified by:
subList in interface List<MobyException>
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010