ec.util
Class ParameterClassNotFoundException

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

public class ParameterClassNotFoundException
extends java.lang.RuntimeException

This is a wrapper for ClassNotFoundException, so that it can be thrown by ParameterDatabase and you don't *have* to catch it. When it gets thrown all the way out, it unwraps and prints the enclosed ClassNotFoundException instead of itself. This gets thrown typically when you requested an instance or a class from the Parameter database, and it was unable to find it.

See Also:
Serialized Form

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

ParameterClassNotFoundException

public ParameterClassNotFoundException(java.lang.String s)