com.infomaximum.platform.sdk.exception.NotAbsolutePathException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform Show documentation
Show all versions of platform Show documentation
Library for creating a light platform
package com.infomaximum.platform.sdk.exception;
public class NotAbsolutePathException extends IllegalArgumentException {
public NotAbsolutePathException(String message) {
super(message);
}
}