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:
Serializable
Indicates an unknown
ManagedFunction was requested.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownFunctionException
Initiate.- Parameters:
unknownFunctionName- Name of the unknownManagedFunction.
-
-
Method Details
-
getUnknownFunctionName
Obtains the name of the unknownManagedFunction.- Returns:
- Name of the unknown
ManagedFunction.
-