Package org.jboss.windup.testutil.html
Class CheckFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.windup.testutil.html.CheckFailedException
-
- All Implemented Interfaces:
Serializable
public class CheckFailedException extends RuntimeException
Thrown by the report validations to indicate an unexpected result was found.- Author:
- Jesse Sightler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckFailedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CheckFailedException
public CheckFailedException(String message)
-
-