|
||||||||||
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
java.util.MissingResourceException
org.psychomad.psycholib.resources.MissingPropertiesException
public class MissingPropertiesException
This exception is thrown when a value can't be retreived from the properties files (ie : the corresponding string doesn't exist).
Constructor Summary | |
---|---|
MissingPropertiesException(java.lang.String msg)
Constructor of the class. |
Method Summary |
---|
Methods inherited from class java.util.MissingResourceException |
---|
getClassName, getKey |
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 |
---|
MissingPropertiesException(java.lang.String msg)
msg
- the message of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |