net.officefloor.frame.api.manage
Class InvalidParameterTypeException

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

public class InvalidParameterTypeException
extends Exception

Indicates parameter type to Task is invalid.

Author:
Daniel Sagenschneider
See Also:
Serialized Form

Constructor Summary
InvalidParameterTypeException(String message)
          Initiate.
 
Method Summary
 
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

InvalidParameterTypeException

public InvalidParameterTypeException(String message)
Initiate.

Parameters:
message - Message.


Copyright © 2005-2013. All Rights Reserved.