net.officefloor.frame.api.manage
Class UnknownTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.officefloor.frame.api.manage.UnknownTaskException
All Implemented Interfaces:
Serializable

public class UnknownTaskException
extends Exception

Indicates an unknown Task was requested.

Author:
Daniel Sagenschneider
See Also:
Serialized Form

Constructor Summary
UnknownTaskException(String unknownTaskName)
          Initiate.
 
Method Summary
 String getUnknownTaskName()
          Obtains the name of the unknown Task.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownTaskException

public UnknownTaskException(String unknownTaskName)
Initiate.

Parameters:
unknownTaskName - Name of the unknown Task.
Method Detail

getUnknownTaskName

public String getUnknownTaskName()
Obtains the name of the unknown Task.

Returns:
Name of the unknown Task.


Copyright © 2005-2013. All Rights Reserved.