|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ec.util.ParamClassLoadException
public class ParamClassLoadException
This exception is thrown by the Parameter Database when it fails to locate and load a class specified by a given parameter as requested. Most commonly this results in the program exiting with an error, so it is defined as a RuntimeException so you don't have to catch it or declare that you throw it.
Constructor Summary | |
---|---|
ParamClassLoadException(java.lang.String s)
|
|
ParamClassLoadException(java.lang.String s,
java.lang.Throwable t)
|
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 |
---|
public ParamClassLoadException(java.lang.String s)
public ParamClassLoadException(java.lang.String s, java.lang.Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |