com.atlassian.studio.jira.importer
Class ArchiveExtractor.ArchiveFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.studio.jira.importer.ArchiveExtractor.ArchiveFormatException
All Implemented Interfaces:
Serializable
Enclosing interface:
ArchiveExtractor

public static final class ArchiveExtractor.ArchiveFormatException
extends RuntimeException

Used to indicate a invalid format, this usually means that the entries do not conform to the expected file/dir name structure.

See Also:
Serialized Form

Constructor Summary
ArchiveExtractor.ArchiveFormatException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveExtractor.ArchiveFormatException

public ArchiveExtractor.ArchiveFormatException(String message)


Copyright © 2002-2012 Atlassian. All Rights Reserved.