ch.reto_hoehener.japng
Class JapngException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.reto_hoehener.japng.JapngException
All Implemented Interfaces:
java.io.Serializable

public class JapngException
extends java.lang.Exception

The library exception.

Version:
$Id: JapngException.java 33 2008-02-24 16:45:05Z reto $
See Also:
Serialized Form

Constructor Summary
JapngException()
           
JapngException(java.lang.String message)
           
JapngException(java.lang.String message, java.lang.Throwable cause)
           
JapngException(java.lang.Throwable cause)
           
 
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

JapngException

public JapngException()

JapngException

public JapngException(java.lang.String message)

JapngException

public JapngException(java.lang.Throwable cause)

JapngException

public JapngException(java.lang.String message,
                      java.lang.Throwable cause)