de.ukn.hci.squidy.manager.util
Class ExceptionCollection
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.ukn.hci.squidy.SquidyException
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
ExceptionCollection
public ExceptionCollection(Collection<Exception> exceptions)
- Parameters:
exceptions -
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.