Example usage for java.lang Exception subclass-usage

List of usage examples for java.lang Exception subclass-usage

Introduction

In this page you can find the example usage for java.lang Exception subclass-usage.

Usage

From source file net.starschema.clouddb.jdbc.antlr.sqlparse.ColumnCallException.java

/**
 * <p>
 * An exception that provides information on ColumnCall error.<br>
 * With logging them to the external logfile.
 * <p>
 * 

From source file com.micro.http.MicroAppException.java

/**
 * 
 * @ClassName: MicroAppException
 * @Description: ??.
 * @AuthorChengel_HaltuD
 * @Date2015-5-30 ?2:49:18

From source file com.micro.utils.E.java

/**
 * 
 * @ClassName: E
 * @Description: EException.
 * @AuthorChengel_HaltuD
 * @Date2015-5-30 ?2:58:21

From source file net.starschema.clouddb.jdbc.antlr.sqlparse.TreeParsingException.java

/**
 * <p>
 * An exception that provides information on a Tree Parsing error.<br>
 * With logging them to the external logfile.
 * <p>
 * 

From source file org.openspaces.core.internal.commons.math.MathException.java

/**
 * Base class for commons-math checked exceptions. <p> Supports nesting, emulating JDK 1.4 behavior
 * if necessary.</p> <p> Adapted from <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
 *
 * @version $Revision: 822850 $ $Date: 2009-10-07 14:56:42 -0400 (Wed, 07 Oct 2009) $
 */

From source file org.ow2.proactive.workflow_catalog.rest.query.QueryExpressionBuilderException.java

/**
 * Exception thrown if an error is encountered while building a QueryDSL expression.
 *
 * @author ActiveEon Team
 * @see WorkflowCatalogQueryExpressionBuilder
 */

From source file com.qcadoo.report.api.ReportException.java

public class ReportException extends Exception {

    public static enum Type {
        JSON_EXCEPTION("jsonException"), WRONG_REPORT_TYPE("wrongType"), ERROR_WHILE_COPYING_REPORT_TO_RESPONSE(
                "errorWhileCopyingToResponse"), NO_TEMPLATE_FOUND(
                        "noTemplateFound"), GENERATE_REPORT_EXCEPTION("generateReportException");

From source file org.wso2.carbon.identity.common.base.exception.IdentityException.java

/**
 * Used for creating checked exceptions that can be handled.
 */
public class IdentityException extends Exception {

    private static final long serialVersionUID = 725992116511551241L;

From source file jGW2API.util.guild.GuildNotFoundException.java

public class GuildNotFoundException extends Exception {
    private Integer error;
    private Integer product;
    private Integer module;
    private Integer line;
    private String text;

From source file org.apache.click.service.TemplateException.java

/**
 * Provides a template exception class for use by the template service. This is
 * used to wrap TemplateService exceptions and provide error diagnostics
 * such as line and column where error occurred.
 */
public class TemplateException extends Exception {