Class DoctorFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shaft.doctor.format.DoctorFormatException
- All Implemented Interfaces:
Serializable
Safe evidence or report format failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDoctorFormatException(String message) Creates a format failure.DoctorFormatException(String message, Throwable cause) Creates a format failure with its cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DoctorFormatException
Creates a format failure.- Parameters:
message- safe message
-
DoctorFormatException
-