public class

AbortImportException

extends SAXException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.xml.sax.SAXException
         ↳ com.atlassian.jira.imports.project.handler.AbortImportException

Class Overview

A special extension of SAXException that is used to indicate to the ChainedSaxHandler that it should abort its operation. SAXException was extended because we need to throw this exception from a SAX handler.

Summary

Public Constructors
AbortImportException()
[Expand]
Inherited Methods
From class org.xml.sax.SAXException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AbortImportException ()