Package net.officefloor.frame.api.manage
Class InvalidParameterTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.officefloor.frame.api.manage.InvalidParameterTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidParameterTypeException extends java.lang.Exception
Indicates parameter type toManagedFunction
is invalid.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterTypeException(java.lang.String message)
Initiate.
-