Package hec.rss.model
Class InvalidWaterControlDeviceTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.rss.model.InvalidWaterControlDeviceTypeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidWaterControlDeviceTypeException(WaterControlDeviceType expectedType, WaterControlDeviceType actualType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidWaterControlDeviceTypeException
public InvalidWaterControlDeviceTypeException(WaterControlDeviceType expectedType, WaterControlDeviceType actualType)
-