Hilbert II - Version 0.03.08

org.qedeq.kernel.common
Class SourceFileExceptionList

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SourceFileExceptionList()
           
 
Method Summary
abstract  SourceFileException get(int i)
          Get i-th exception.
abstract  int size()
          Get number of collected exceptions.
abstract  SourceFileException[] toArray()
          Get all exceptions.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceFileExceptionList

public SourceFileExceptionList()
Method Detail

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.

Hilbert II - Version 0.03.08

©left GNU General Public Licence
All Rights Reserved.