kaos.core.csi.extension.state
Class InvalidPropertyForMonitoredStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.