org.qedeq.kernel.common
Class SourceFileExceptionList
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.qedeq.kernel.common.SourceFileExceptionList
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DefaultSourceFileExceptionList
- public abstract class SourceFileExceptionList
- extends Exception
List of SourceFileExceptions.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SourceFileExceptionList
public SourceFileExceptionList()
size
public abstract int size()
- Get number of collected exceptions.
- Returns:
- Number of collected exceptions.
get
public abstract SourceFileException get(int i)
- Get
i-th exception.
- Parameters:
i - Starts with 0 and must be smaller than size().
- Returns:
- Wanted exception.
toArray
public abstract SourceFileException[] toArray()
- Get all exceptions.
- Returns:
- All exceptions.