Home
last modified time | relevance | path

Searched refs:ArchiveInvocationConfirmationException (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DTestArchiveStreamProvider.java30 public static final class ArchiveInvocationConfirmationException extends ArchiveException { class in TestArchiveStreamProvider
34 public ArchiveInvocationConfirmationException(final String message) { in ArchiveInvocationConfirmationException() method in TestArchiveStreamProvider.ArchiveInvocationConfirmationException
41 throw new ArchiveInvocationConfirmationException(name); in createArchiveInputStream()
46 throw new ArchiveInvocationConfirmationException(name); in createArchiveOutputStream()
DArchiveServiceLoaderTest.java25 …apache.commons.compress.archivers.TestArchiveStreamProvider.ArchiveInvocationConfirmationException;
30 @Test(expected = ArchiveInvocationConfirmationException.class)
35 @Test(expected = ArchiveInvocationConfirmationException.class)