kaos.core.csi.extension.state
Class InvalidPropertyForMonitoredStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.core.csi.extension.state.InvalidPropertyForMonitoredStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyForMonitoredStateException
extends java.lang.Exception

Defines an exception to be thrown when a specified property is being requested to be monitored, but the property is not defined in the ontology for the given state class.

Author:
KAoS Team $Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
InvalidPropertyForMonitoredStateException()
           
InvalidPropertyForMonitoredStateException(java.lang.String arg0)
           
InvalidPropertyForMonitoredStateException(java.lang.String arg0, java.lang.Throwable arg1)
           
InvalidPropertyForMonitoredStateException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

InvalidPropertyForMonitoredStateException

public InvalidPropertyForMonitoredStateException()

InvalidPropertyForMonitoredStateException

public InvalidPropertyForMonitoredStateException(java.lang.String arg0)
Parameters:
arg0 -

InvalidPropertyForMonitoredStateException

public InvalidPropertyForMonitoredStateException(java.lang.String arg0,
                                                 java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

InvalidPropertyForMonitoredStateException

public InvalidPropertyForMonitoredStateException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 2006 IHMC All Rights Reserved.