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.ExceptionIndicates an unknownManagedFunctionwas requested.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnknownFunctionException(java.lang.String unknownFunctionName)Initiate.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetUnknownFunctionName()Obtains the name of the unknownManagedFunction.
 
- 
- 
- 
Constructor Detail- 
UnknownFunctionExceptionpublic UnknownFunctionException(java.lang.String unknownFunctionName) Initiate.- Parameters:
- unknownFunctionName- Name of the unknown- ManagedFunction.
 
 
- 
 - 
Method Detail- 
getUnknownFunctionNamepublic java.lang.String getUnknownFunctionName() Obtains the name of the unknownManagedFunction.- Returns:
- Name of the unknown ManagedFunction.
 
 
- 
 
-