org.kuali.rice.krad.exception
Class PropertiesException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.kuali.rice.krad.exception.PropertiesException
org.kuali.rice.krad.exception.PropertiesException
- All Implemented Interfaces: 
- Serializable
- public class PropertiesException 
- extends RuntimeException
This class represents an exception that is thrown when an error occurs loading values from a Properties file.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
PropertiesException
public PropertiesException(String message)
- Parameters:
- message-
PropertiesException
public PropertiesException(String message,
                           Throwable t)
- Parameters:
- message-
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.