de.gulden.framework.jjack
Class JJackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.gulden.framework.jjack.JJackException
All Implemented Interfaces:
java.io.Serializable

public class JJackException
extends java.lang.Exception

Exception class used by the JJack API.

Version:
0.3
Author:
Jens Gulden
See Also:
Serialized Form

Constructor Summary
JJackException()
          Creates a new JJackException without message text.
JJackException(java.lang.String msg)
          Creates a new JJackException with a message text.
 
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

JJackException

public JJackException()
Creates a new JJackException without message text.


JJackException

public JJackException(java.lang.String msg)
Creates a new JJackException with a message text.

Parameters:
msg - message text