Package org.exoplatform.task.exception
Class ParameterEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.task.exception.AbstractEntityException
-
- org.exoplatform.task.exception.ParameterEntityException
-
- All Implemented Interfaces:
Serializable
public class ParameterEntityException extends AbstractEntityException
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 6/4/15- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetException()StringgetMessage()StringgetParam()StringgetValue()-
Methods inherited from class org.exoplatform.task.exception.AbstractEntityException
getEntityId, getEntityType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classAbstractEntityException
-
getParam
public String getParam()
-
getException
public String getException()
-
getValue
public String getValue()
-
-