com.frameworkset.platform.framework.ParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-system Show documentation
Show all versions of pdp-system Show documentation
bboss public development platform base on bboss.
package com.frameworkset.platform.framework;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2005
*
* Company: iSany
*
* @author biaoping.yin
* @version 1.0
*/
public class ParseException extends Exception implements java.io.Serializable {
public static void main(String[] args) {
ParseException parseexception = new ParseException();
}
}