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

com.infomaximum.platform.sdk.exception.NotAbsolutePathException Maven / Gradle / Ivy

There is a newer version: 0.1.15p24
Show newest version
package com.infomaximum.platform.sdk.exception;

public class NotAbsolutePathException extends IllegalArgumentException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy