
org.swordapp.client.StatementParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sword2-client Show documentation
Show all versions of sword2-client Show documentation
Client library for interacting with servers offering SWORDv2 endpoints.
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