yawn.envs
Class EnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
yawn.YawnException
yawn.envs.EnvironmentException
- All Implemented Interfaces:
- java.io.Serializable
public class EnvironmentException
- extends YawnException
Represents an error when interacting with a given environment.
$Id: EnvironmentException.java,v 1.5 2005/04/07 17:28:27 supermarti Exp $
- Version:
- $Revision: 1.5 $
- Author:
- Luis Martí (luis dot marti at uc3m dot es)
- See Also:
- Serialized Form
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 |
EnvironmentException
public EnvironmentException(java.lang.String arg0)
- Parameters:
arg0
-
EnvironmentException
public EnvironmentException(java.lang.String arg0,
java.lang.Throwable arg1)
- Parameters:
arg0
- arg1
-
EnvironmentException
public EnvironmentException(java.lang.Throwable arg0)
- Parameters:
arg0
-
EnvironmentException
public EnvironmentException()
Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.