edu.neu.ccs.demeter.tools.daj
Class ExceptionList

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.neu.ccs.demeter.tools.daj.ExceptionList
All Implemented Interfaces:
Serializable

public class ExceptionList
extends Exception

See Also:
Serialized Form

Constructor Summary
ExceptionList()
           
ExceptionList(List l)
           
 
Method Summary
 boolean add(Exception x)
           
 List getExceptions()
           
 String getMessage()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ExceptionList

public ExceptionList()

ExceptionList

public ExceptionList(List l)
Method Detail

getExceptions

public List getExceptions()

isEmpty

public boolean isEmpty()

add

public boolean add(Exception x)

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable