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

org.swordapp.client.StatementParseException Maven / Gradle / Ivy

The newest version!
package org.swordapp.client;

public class StatementParseException extends Exception
{
	public StatementParseException()
	{
		super();
	}

	public StatementParseException(String message)
	{
		super(message);
	}

	public StatementParseException(String message, Throwable cause)
	{
		super(message, cause);
	}

	public StatementParseException(Throwable cause)
	{
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy