unitee.common
Class InvalidParameterTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--unitee.ParameterException
                    |
                    +--unitee.common.InvalidParameterTypeException

public class InvalidParameterTypeException
extends ParameterException

See Also:
Serialized Form

Constructor Summary
InvalidParameterTypeException(java.lang.String paramName, java.lang.Class clazz)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class unitee.ParameterException
getParameterName, getParameterType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterTypeException

public InvalidParameterTypeException(java.lang.String paramName,
                                     java.lang.Class clazz)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable