Klasse CodeDeltaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.coverage.model.exception.CodeDeltaException
- Alle implementierten Schnittstellen:
Serializable
Exception which is thrown when preprocessing the code delta failed.
- Autor:
- Florian Orendi
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungCodeDeltaException
(String message) Constructor which creates an exception with a message. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CodeDeltaException
Constructor which creates an exception with a message.- Parameter:
message
- The message
-