List of usage examples for java.lang Exception subclass-usage
From source file com.zeroapp.action.global.AbAppException.java
/**
* ?? .
*
* @author zhaoqp
* @date 2012-2-10
* @version v1.0
From source file uk.ac.ebi.metabolights.repository.dao.filesystem.metabolightsuploader.IsaTabIdReplacerException.java
public class IsaTabIdReplacerException extends Exception { private String fileFormat; private String filePath; /** *
From source file facebook4j.FacebookException.java
/**
* An exception class that will be thrown when Facebook Graph API calls are failed.<br>
* In case the Facebook server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
*
* @author Ryuji Yamashita - roundrop at gmail.com
*/
From source file ch.cyberduck.core.exception.BackgroundException.java
public class BackgroundException extends Exception { private static final long serialVersionUID = -6114495291207129418L; private Path file = new Path(String.valueOf(Path.DELIMITER), EnumSet.of(Path.Type.directory)); private String message;
From source file fr.landel.utils.commons.exception.AbstractException.java
/**
* Abstract exception.
*
* @since Nov 27, 2015
* @author Gilles Landel
*
From source file net.mms_projects.copy_it.api.http.pages.exceptions.ErrorException.java
public class ErrorException extends Exception { protected static final String ERROR_MESSAGES = "errors"; public ErrorException(String message) { super(); errors = new ArrayList<String>();
From source file cn.org.eshow.framwork.global.AbAppException.java
/** * . */ public class AbAppException extends Exception { /** The Constant serialVersionUID. */
From source file org.openestate.is24.restapi.utils.RequestFailedException.java
/**
* Exception for failed Webservice requests.
* <p>
* This exception is thrown, when a request to the Webservice failed. The
* exception holds further informations about the failed request.
*
From source file com.quartercode.quarterbukkit.api.query.QueryException.java
/**
* The query exception is thrown by a {@link ServerModsAPIQuery} if something goes wrong there.
* It stores the type of error that occurred, along with the catched {@link Throwable} object.
*
* @see ServerModsAPIQuery
* @see QueryExceptionType
From source file eu.learnpad.simulator.mon.exceptions.IncorrectRuleFormatException.java
/**
* This exception will be thrown when the Monitoring Manager<br />
* will receive an invalid rule.<br />
* The rule is contained into the field RuleBody of the ComplexEventRuleDocument object
*
* @author Antonello Calabrò