org.japano
Class JapanoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.japano.JapanoException
All Implemented Interfaces:
java.io.Serializable

public class JapanoException
extends java.lang.RuntimeException

Japano page specific Exception.

Version:
$Id: JapanoException.java,v 1.3 2005/09/27 21:30:50 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

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

JapanoException

public JapanoException()

JapanoException

public JapanoException(java.lang.String message)

JapanoException

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

JapanoException

public JapanoException(java.lang.Throwable cause)