yawn
Class YawnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by yawn.YawnException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, EnvironmentException, SerializationException, StorageException, ValidationException

public class YawnException
extends java.lang.Exception

A base exception for Yawn. $Id: YawnException.java,v 1.4 2005/03/24 17:59:55 supermarti Exp $

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

Constructor Summary
YawnException()
           
YawnException(java.lang.String arg0)
           
YawnException(java.lang.String arg0, java.lang.Throwable arg1)
           
YawnException(java.lang.Throwable arg0)
           
 
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

YawnException

public YawnException()

YawnException

public YawnException(java.lang.String arg0)
Parameters:
arg0 -

YawnException

public YawnException(java.lang.String arg0,
                     java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

YawnException

public YawnException(java.lang.Throwable arg0)
Parameters:
arg0 -


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