Package org.jboss.windup.util.exception
Class WindupMultiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.windup.util.exception.WindupException
-
- org.jboss.windup.util.exception.WindupMultiException
-
- All Implemented Interfaces:
Serializable
public class WindupMultiException extends WindupException
An exception that shows multiple error messages.- Author:
- Ondrej Zizka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindupMultiException(String msg, List<Exception> exs)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-