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

com.pryv.exceptions.PryvException Maven / Gradle / Ivy

The newest version!
package com.pryv.exceptions;

/**
 * Abstract Pryv Exception
 */
abstract class PryvException extends Exception {

    public abstract String getId();

    public abstract String getMsg();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy