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

org.jleopard.exception.NotFoundFieldException Maven / Gradle / Ivy

Go to download

This is a lightweight complete ORM framework, which encapsulates a large number of commonly used SQL and implements multi-table Association query and paging query.

There is a newer version: 2.2.2
Show newest version
package org.jleopard.exception;

/**
 * Copyright (c) 2018, Chen_9g 陈刚 ([email protected]).
 * 

* DateTime 2018/4/16 *

* Find a way for success and not make excuses for failure. */ @SuppressWarnings("serial") public class NotFoundFieldException extends IllegalArgumentException { public NotFoundFieldException() { } public NotFoundFieldException(String s) { super(s); } public NotFoundFieldException(String message, Throwable cause) { super(message, cause); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy