Package io.testomat.junit.exception
Class MethodExporterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.testomat.junit.exception.MethodExporterException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ExtractionException
public class MethodExporterException extends java.lang.RuntimeExceptionBase exception for method export-related failures. This exception is thrown when test method body extraction, parsing, or transmission to the Testomat.io API encounters errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodExporterException(java.lang.String message)MethodExporterException(java.lang.String message, java.lang.Throwable cause)
-