com.atlassian.jira.imports.project.handler
Class AbortImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.atlassian.jira.imports.project.handler.AbortImportException
All Implemented Interfaces:
Serializable

public class AbortImportException
extends SAXException

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.

Since:
v3.13
See Also:
Serialized Form

Constructor Summary
AbortImportException()
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortImportException

public AbortImportException()


Copyright © 2002-2012 Atlassian. All Rights Reserved.