Package com.linecorp.centraldogma.common
Class ChangeFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.linecorp.centraldogma.common.ChangeFormatException
- All Implemented Interfaces:
Serializable
An
IllegalArgumentException
that is raised when building a Change
or
an Entry
failed due to invalid data format.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance.ChangeFormatException
(String message) Creates a new instance.ChangeFormatException
(String message, Throwable cause) Creates a new instance.ChangeFormatException
(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChangeFormatException
public ChangeFormatException()Creates a new instance. -
ChangeFormatException
Creates a new instance. -
ChangeFormatException
Creates a new instance. -
ChangeFormatException
Creates a new instance.
-