org.exoplatform.forum.common.conf
Class InitParamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.exoplatform.forum.common.conf.InitParamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredParamException

public class InitParamException
extends RuntimeException

UNchecked exception for problems in initparams. This is typically fired when a component is not happy with the InitParams it receives.

Version:
$Revision$
Author:
Patrice Lamarque
See Also:
Serialized Form

Field Summary
protected  org.exoplatform.container.xml.InitParams params
           
protected  Class<?> target
           
 
Constructor Summary
  InitParamException()
           
protected InitParamException(org.exoplatform.container.xml.InitParams params, Class<?> target)
           
  InitParamException(org.exoplatform.container.xml.InitParams params, Class<?> target, String message, Throwable t)
           
  InitParamException(String arg0)
           
  InitParamException(String arg0, Throwable arg1)
           
  InitParamException(Throwable arg0)
           
 
Method Summary
 org.exoplatform.container.xml.InitParams getParams()
           
 Object getTarget()
           
 void setParams(org.exoplatform.container.xml.InitParams params)
           
 void setTarget(Class<?> target)
           
 
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
 

Field Detail

params

protected org.exoplatform.container.xml.InitParams params

target

protected Class<?> target
Constructor Detail

InitParamException

protected InitParamException(org.exoplatform.container.xml.InitParams params,
                             Class<?> target)

InitParamException

public InitParamException(org.exoplatform.container.xml.InitParams params,
                          Class<?> target,
                          String message,
                          Throwable t)

InitParamException

public InitParamException()

InitParamException

public InitParamException(String arg0)

InitParamException

public InitParamException(Throwable arg0)

InitParamException

public InitParamException(String arg0,
                          Throwable arg1)
Method Detail

getParams

public org.exoplatform.container.xml.InitParams getParams()

setParams

public void setParams(org.exoplatform.container.xml.InitParams params)

getTarget

public Object getTarget()

setTarget

public void setTarget(Class<?> target)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.