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

xyz.rk0cc.willpub.exceptions.pubspec.PubspecException Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package xyz.rk0cc.willpub.exceptions.pubspec;

import java.io.Serializable;

/**
 * A given interface of {@link Exception} which related with pubspec operation.
 *
 * @since 1.0.0
 */
public interface PubspecException extends Serializable {
    /**
     * Additional information that causing this exception throw.
     * 
* It usually appends the last line in {@link Exception#toString()} for giving quick diagnose dor debug or report * issue. * * @return Summarize information that causing this {@link Exception} thrown. */ String getCausedConfigurationMessage(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy