Package net.officefloor.frame.api.manage
Class UnknownFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.officefloor.frame.api.manage.UnknownFunctionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownFunctionException extends java.lang.Exception
Indicates an unknownManagedFunction
was requested.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownFunctionException(java.lang.String unknownFunctionName)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUnknownFunctionName()
Obtains the name of the unknownManagedFunction
.
-
-
-
Constructor Detail
-
UnknownFunctionException
public UnknownFunctionException(java.lang.String unknownFunctionName)
Initiate.- Parameters:
unknownFunctionName
- Name of the unknownManagedFunction
.
-
-
Method Detail
-
getUnknownFunctionName
public java.lang.String getUnknownFunctionName()
Obtains the name of the unknownManagedFunction
.- Returns:
- Name of the unknown
ManagedFunction
.
-
-