cz.cuni.amis.pogamut.ut2004.bot.sposh
Class ScriptedAgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cuni.amis.utils.exception.PogamutException
cz.cuni.amis.pogamut.ut2004.bot.sposh.ScriptedAgentException
- All Implemented Interfaces:
- Serializable
Deprecated.
@Deprecated
public class ScriptedAgentException
- extends cz.cuni.amis.utils.exception.PogamutException
This exception is raised by ScriptedAgent and it's descendants.
It usualy means that your scripts don't have required methods
implemented or have syntax / logic errors.
- Author:
- Jimmy
- See Also:
- Serialized Form
Methods inherited from class cz.cuni.amis.utils.exception.PogamutException |
getOrigin, isLogged, logException, logExceptionOnce, setLogged, toString |
ScriptedAgentException
public ScriptedAgentException(String message)
- Deprecated.
- Constructs a new exception with the specified detail message.
- Parameters:
message
-
ScriptedAgentException
public ScriptedAgentException(String message,
Throwable cause)
- Deprecated.
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message
- cause
-
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.