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

me.zzp.ar.ex.IllegalFieldNameException Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package me.zzp.ar.ex;

/**
 * 列不存在。
 * 
 * @since 1.0
 * @author redraiment
 */
public class IllegalFieldNameException extends RuntimeException {
  public IllegalFieldNameException(String fieldName) {
    super(String.format("illegal field %s", fieldName));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy