Package org.jboss.windup.util.exception
Class WindupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.windup.util.exception.WindupException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WindupMultiException,WindupMultiStringException,WindupStopException
public class WindupException extends RuntimeException
Root Windup exception to inherit other Windup-specific exceptions from.- Author:
- Ondrej Zizka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindupException()WindupException(String message)WindupException(String message, Throwable cause)WindupException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-