org.exoplatform.forum.common.conf
Class RequiredParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.forum.common.conf.InitParamException
org.exoplatform.forum.common.conf.RequiredParamException
- All Implemented Interfaces:
- Serializable
public class RequiredParamException
- extends InitParamException
Exception thrown by components to indicate that a param is missing in configuration.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
- See Also:
- Serialized Form
RequiredParamException
public RequiredParamException(org.exoplatform.container.xml.InitParams params,
Class<?> target,
String paramName,
Class<?> expectedType)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getParamName
public String getParamName()
setParamName
public void setParamName(String paramName)
getExpectedType
public Class<?> getExpectedType()
setExpectedType
public void setExpectedType(Class<?> expectedType)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.