Return to www.inductionframework.org

com.acciente.commons.reflect
Class ParameterProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acciente.commons.reflect.ParameterProviderException
All Implemented Interfaces:
java.io.Serializable

public class ParameterProviderException
extends java.lang.Exception

An exception in which an exception thrown by a parameter provider should be wrapped.

Author:
Adinath Raveendra Raj
See Also:
Invoker, Serialized Form

Constructor Summary
ParameterProviderException(java.lang.String sMessage)
           
ParameterProviderException(java.lang.String sMessage, java.lang.Throwable oCause)
           
 
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

ParameterProviderException

public ParameterProviderException(java.lang.String sMessage)

ParameterProviderException

public ParameterProviderException(java.lang.String sMessage,
                                  java.lang.Throwable oCause)

Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.