net.sf.jpackit.exception
Class NotJarExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jpackit.exception.NotJarExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class NotJarExecutionException
- extends java.lang.Exception
Exception indicating that application was started not as jar file
(i.e not as 'java -jar app.jar')
- Version:
- $Id: NotJarExecutionException.java,v 1.1 2005/01/14 08:39:11 ignath Exp $
- Author:
- Ignat Aleksandrov
- See Also:
- Serialized Form
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 |
NotJarExecutionException
public NotJarExecutionException()
NotJarExecutionException
public NotJarExecutionException(java.lang.String message)
NotJarExecutionException
public NotJarExecutionException(java.lang.Throwable cause)
NotJarExecutionException
public NotJarExecutionException(java.lang.String message,
java.lang.Throwable cause)