TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.probekit.internal
Class JarWriter.TargetAlreadyExists

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

public class JarWriter.TargetAlreadyExists
extends java.io.IOException

This exception class is thrown if the target jar file provided to JarWriter already exists.

See Also:
Serialized Form

Constructor Summary
JarWriter.TargetAlreadyExists(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

JarWriter.TargetAlreadyExists

public JarWriter.TargetAlreadyExists(java.lang.String s)

TPTP 4.2.0 Platform Project
Internal API Specification