cz.cuni.amis.pogamut.ut2004.bot.sposh
Class ScriptedAgentException

Package class diagram package ScriptedAgentException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.utils.exception.PogamutException
                  extended by 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

Constructor Summary
ScriptedAgentException(String message)
          Deprecated. Constructs a new exception with the specified detail message.
ScriptedAgentException(String message, Throwable cause)
          Deprecated. Constructs a new exception with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class cz.cuni.amis.utils.exception.PogamutException
getOrigin, isLogged, logException, logExceptionOnce, setLogged, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.