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

net.sf.jcc.model.parser.UnexpectedException Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.sf.jcc.model.parser;

public class UnexpectedException extends RuntimeException 
{
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public UnexpectedException(String msg)
	{
		super(msg);
	}
	
	public UnexpectedException(String msg, Throwable cause)
	{
		super(msg, cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy