org.psychomad.psycholib.resources
Class MissingPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.MissingResourceException
                  extended by org.psychomad.psycholib.resources.MissingPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class MissingPropertiesException
extends java.util.MissingResourceException

This exception is thrown when a value can't be retreived from the properties files (ie : the corresponding string doesn't exist).

See Also:
Serialized Form

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

MissingPropertiesException(java.lang.String msg)
Constructor of the class.

Parameters:
msg - the message of the exception.


Copyright 2006 null. All Rights Reserved.