yawn
Class YawnRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by yawn.YawnRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DelveNotInitializedException

public class YawnRuntimeException
extends java.lang.RuntimeException

A runtime exception for controling response to the unexpected errors. $Id: YawnRuntimeException.java,v 1.2 2005/03/24 17:59:55 supermarti Exp $

Version:
$Revision: 1.3 $
Author:
Luis Martí (luis dot marti at uc3m dot es)
See Also:
Serialized Form

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

YawnRuntimeException

public YawnRuntimeException()

YawnRuntimeException

public YawnRuntimeException(java.lang.String message)
Parameters:
message -

YawnRuntimeException

public YawnRuntimeException(java.lang.Throwable cause)
Parameters:
cause -

YawnRuntimeException

public YawnRuntimeException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.