org.almendra.janet.cas.node
Class NoSuchAgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.almendra.janet.cas.node.NoSuchAgentException
- All Implemented Interfaces:
- java.io.Serializable
public class NoSuchAgentException
- extends java.lang.Exception
- 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 |
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
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
-
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.