net.sf.jpackit.exception
Class JPackItException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jpackit.exception.JPackItException
- All Implemented Interfaces:
- java.io.Serializable
public class JPackItException
- extends java.lang.RuntimeException
Exception of jpackit application
- Version:
- $Id: JPackItException.java,v 1.1 2005/01/14 08:39:10 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 |
JPackItException
public JPackItException()
JPackItException
public JPackItException(java.lang.String message)
JPackItException
public JPackItException(java.lang.Throwable cause)
JPackItException
public JPackItException(java.lang.String message,
java.lang.Throwable cause)