Class 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:
  • Constructor Details

    • RequiredParamException

      public RequiredParamException(org.exoplatform.container.xml.InitParams params, Class<?> target, String paramName, Class<?> expectedType)
  • Method Details

    • 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)