upl
Class upl_JarCreator.JarCreatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by upl.upl_JarCreator.JarCreatorException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
upl_JarCreator

public class upl_JarCreator.JarCreatorException
extends java.lang.Exception

Exception subclass thrown by the createJar function.

See Also:
Serialized Form

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

upl_JarCreator.JarCreatorException

public upl_JarCreator.JarCreatorException(java.lang.String s)