com.github.xphsc.exception.IllegalGroupIndexException Maven / Gradle / Ivy
package com.github.xphsc.exception;
/**
* Created by ${huipei.x} on 2017/6/20
*/
public class IllegalGroupIndexException extends Exception {
public IllegalGroupIndexException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy