Class CaptureFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.shaft.capture.format.CaptureFormatException
- All Implemented Interfaces:
Serializable
Reports invalid, malformed, or unsupported capture artifacts without echoing their contents.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureFormatException(String message) Creates a format exception.CaptureFormatException(String message, Throwable cause) Creates a format exception with a retained cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CaptureFormatException
Creates a format exception.- Parameters:
message- actionable safe message
-
CaptureFormatException
-