TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.probekit.internal
Class JarReader.MissingTargetDirectoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.eclipse.hyades.probekit.internal.JarReader.MissingTargetDirectoryException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JarReader

public static class JarReader.MissingTargetDirectoryException
extends java.io.IOException

Exception thrown when the target directory argument to extractAll doesn't exist.

See Also:
Serialized Form

Constructor Summary
JarReader.MissingTargetDirectoryException(java.lang.String s)
           
 
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

JarReader.MissingTargetDirectoryException

public JarReader.MissingTargetDirectoryException(java.lang.String s)

TPTP 4.2.0 Platform Project
Internal API Specification