Package org.approvej.approve
Class InlineValueError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.approve.InlineValueError
- All Implemented Interfaces:
Serializable
A
RuntimeException thrown when rewriting an inline value in a test source file fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInlineValueError(String message) Creates anInlineValueErrorwith the given message.InlineValueError(String message, Throwable cause) Creates anInlineValueErrorwith the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InlineValueError
Creates anInlineValueErrorwith the given message.- Parameters:
message- the error message
-
InlineValueError
Creates anInlineValueErrorwith the given message and cause.- Parameters:
message- the error messagecause- the underlying cause
-