Package de.cketti.changelog
Class InvalidChangeLogException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.cketti.changelog.InvalidChangeLogException
-
- All Implemented Interfaces:
Serializable
public class InvalidChangeLogException extends RuntimeException
Thrown byXmlParserwhen reading the Change Log XML fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidChangeLogException(String detailMessage)InvalidChangeLogException(String detailMessage, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-