org.yenc
Class InvalidParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.yenc.YEncException
                    |
                    +--org.yenc.InvalidParameterException

public class InvalidParameterException
extends YEncException

Thrown to indicate that a parameter's value is invalid. This can be thrown, for example, if the value needed was a number, but a string was found.

Author:
Luis Parravicini
See Also:
Serialized Form

Constructor Summary
InvalidParameterException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException(java.lang.String s)