org.almendra.janet.cas.node
Class NoSuchAgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almendra.janet.cas.node.NoSuchAgentException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAgentException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int AGENT_LEVEL
           
protected  AgentPath agentPath
           
static int APPLICATION_LEVEL
           
static int CAPABILITY_LEVEL
           
protected  java.lang.String errorElement
           
protected  int errorLevel
           
static int NO_ERROR
           
static int NODE_LEVEL
           
 
Constructor Summary
protected NoSuchAgentException()
          Creates a new NoSuchAgentException object.
  NoSuchAgentException(AgentPath agentPath, int errorLevel, java.lang.String errorElement)
          Creates a new NoSuchAgentException object.
  NoSuchAgentException(java.lang.String message)
          Creates a new NoSuchAgentException object.
  NoSuchAgentException(java.lang.String message, java.lang.Throwable cause)
          Creates a new NoSuchAgentException object.
  NoSuchAgentException(java.lang.Throwable cause)
          Creates a new NoSuchAgentException object.
 
Method Summary
 AgentPath getAgentPath()
           
 java.lang.String getErrorElement()
           
 int getErrorLevel()
           
 
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
 

Field Detail

NO_ERROR

public static final int NO_ERROR
See Also:
Constant Field Values

NODE_LEVEL

public static final int NODE_LEVEL
See Also:
Constant Field Values

APPLICATION_LEVEL

public static final int APPLICATION_LEVEL
See Also:
Constant Field Values

CAPABILITY_LEVEL

public static final int CAPABILITY_LEVEL
See Also:
Constant Field Values

AGENT_LEVEL

public static final int AGENT_LEVEL
See Also:
Constant Field Values

agentPath

protected AgentPath agentPath

errorLevel

protected int errorLevel

errorElement

protected java.lang.String errorElement
Constructor Detail

NoSuchAgentException

protected NoSuchAgentException()
Creates a new NoSuchAgentException object.


NoSuchAgentException

public NoSuchAgentException(AgentPath agentPath,
                            int errorLevel,
                            java.lang.String errorElement)
Creates a new NoSuchAgentException object.


NoSuchAgentException

public NoSuchAgentException(java.lang.String message)
Creates a new NoSuchAgentException object.

Parameters:
message -

NoSuchAgentException

public NoSuchAgentException(java.lang.String message,
                            java.lang.Throwable cause)
Creates a new NoSuchAgentException object.

Parameters:
message -
cause -

NoSuchAgentException

public NoSuchAgentException(java.lang.Throwable cause)
Creates a new NoSuchAgentException object.

Parameters:
cause -
Method Detail

getAgentPath

public AgentPath getAgentPath()
Returns:
Returns the agentPath.

getErrorLevel

public int getErrorLevel()
Returns:
Returns the errorLevel.

getErrorElement

public java.lang.String getErrorElement()
Returns:
Returns the errorElement.