com.rhi.architecture.lang
Class PropertiesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.rhi.architecture.lang.PropertiesException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class PropertiesException
extends org.apache.commons.lang.exception.NestableException

PropertiesException

Author:
Vaibhav Ranjangaonkar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
PropertiesException()
          constructor
PropertiesException(java.lang.String msg)
          constructor
PropertiesException(java.lang.String msg, java.lang.Throwable t)
          constructor
PropertiesException(java.lang.Throwable t)
          constructor
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesException

public PropertiesException()
constructor


PropertiesException

public PropertiesException(java.lang.String msg)
constructor

Parameters:
msg - - Description of error.

PropertiesException

public PropertiesException(java.lang.Throwable t)
constructor

Parameters:
t - - root cause of error.

PropertiesException

public PropertiesException(java.lang.String msg,
                           java.lang.Throwable t)
constructor

Parameters:
msg - - Description of error.
t - - root cause of error.


Copyright © 2002-2004 Robert Half International. All Rights Reserved.