net.sf.jcc.model.parser.UnexpectedException Maven / Gradle / Ivy
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