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

com.liumapp.pattern.exception.PatternPropertiesNumberNotEnough Maven / Gradle / Ivy

There is a newer version: v1.1.5
Show newest version
package com.liumapp.pattern.exception;

/**
 * Created by liumapp on 11/21/17.
 * E-mail:[email protected]
 * home-page:http://www.liumapp.com
 */
public class PatternPropertiesNumberNotEnough extends Exception {

    public PatternPropertiesNumberNotEnough() {
    }

    public PatternPropertiesNumberNotEnough(String message) {
        super(message);
    }

    public PatternPropertiesNumberNotEnough(String message, Throwable cause) {
        super(message, cause);
    }

    public PatternPropertiesNumberNotEnough(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy