Package dev.cel.common.exceptions
Class CelBadFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelBadFormatException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelBadFormatException extends CelRuntimeException
Indicates that a data conversion failed due to a mismatch in the format specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelBadFormatException(java.lang.String errorMessage)CelBadFormatException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-