Hilbert II - Version 0.03.04

org.qedeq.kernel.common
Class XmlFileExceptionList

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.qedeq.kernel.common.XmlFileExceptionList
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DefaultXmlFileExceptionList

public abstract class XmlFileExceptionList
extends Exception

List of exceptions.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XmlFileExceptionList()
           
 
Method Summary
abstract  XmlFileException get(int i)
          Get i-th exception.
abstract  int size()
          Get number of collected exceptions.
abstract  XmlFileException[] 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

XmlFileExceptionList

public XmlFileExceptionList()
Method Detail

size

public abstract int size()
Get number of collected exceptions.

Returns:
Number of collected exceptions.

get

public abstract XmlFileException get(int i)
Get i-th exception.

Parameters:
i - Starts with 0 and must be smaller than size().
Returns:
Wanted exception.

toArray

public abstract XmlFileException[] toArray()
Get all exceptions.

Returns:
All exceptions.

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.