Package com.deque.html.axecore.results
Class AxeRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.deque.html.axecore.results.AxeRuntimeException
-
- All Implemented Interfaces:
Serializable
public class AxeRuntimeException extends RuntimeException
AxeRuntimeException represents an error returned from `axe.run()`.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AxeRuntimeException(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
-
AxeRuntimeException
public AxeRuntimeException(String message)
-
-