yab.agent
Class Agent.ActionCommandException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--yab.agent.Agent.ActionCommandException
All Implemented Interfaces:
Serializable
Enclosing class:
Agent

protected static class Agent.ActionCommandException
extends Exception

This exception is thrown in order to exit from act method.

See Also:
Serialized Form

Constructor Summary
Agent.ActionCommandException()
           
 
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

Agent.ActionCommandException

public Agent.ActionCommandException()