All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.catools.common.date.CInvalidDateFormatException Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.catools.common.date;

import org.catools.common.exception.CRuntimeException;

/**
 * Signals that attempt to convert provided value to Date value failed.
 */
public class CInvalidDateFormatException extends CRuntimeException {
    public CInvalidDateFormatException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy