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

com.gitee.jmash.propertyset.PropertyException Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version

package com.gitee.jmash.propertyset;

/**
 * 属性运行时异常.
 * 
 * @version 1.0 2009-4-2
 */
public class PropertyException extends RuntimeException {

  private static final long serialVersionUID = 1L;

  public PropertyException() {
    super();
  }

  public PropertyException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy