ec.util
Class BadParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ec.util.BadParameterException

public class BadParameterException
extends java.lang.RuntimeException

Thrown when you attempt to create a Parameter from bad path items.

See Also:
Serialized Form

Constructor Summary
BadParameterException(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

BadParameterException

public BadParameterException(java.lang.String s)