de.ukn.hci.squidy.manager.util
Class ExceptionCollection

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.ukn.hci.squidy.SquidyException
                  extended by de.ukn.hci.squidy.manager.util.ExceptionCollection
All Implemented Interfaces:
Serializable

public class ExceptionCollection
extends SquidyException

ValidationException.

 Date: Oct 31, 2008
 Time: 7:49:09 PM
 

Since:
1.1.0
Version:
$Id: ExceptionCollection.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman.Raedle@uni-konstanz.de, University of Konstanz
See Also:
Serialized Form

Constructor Summary
ExceptionCollection(Collection<Exception> exceptions)
           
 
Method Summary
 Collection<Exception> getExceptions()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionCollection

public ExceptionCollection(Collection<Exception> exceptions)
Parameters:
exceptions -
Method Detail

getExceptions

public final Collection<Exception> getExceptions()
Returns:
the exceptions

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.