Class UnresolvedVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.service.emailtemplaterepository.UnresolvedVariableException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="16.1", sinceVersion="11.2") public class UnresolvedVariableException extends PortalException
An exception thrown when a given variable couldn't be resolved.- Since:
- 11.2.0
- Version:
- $Revision: 26157 $ $Date: 2024-01-13 11:35:03 -0300 (Sat, 13 Jan 2024) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description UnresolvedVariableException(java.lang.String arg0)
UnresolvedVariableException(java.lang.String arg0, java.lang.Exception innerException)
UnresolvedVariableException(java.lang.String arg0, java.util.List<IResource> resources)
UnresolvedVariableException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
UnresolvedVariableException(java.lang.String arg0, IResource resource)
UnresolvedVariableException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
-
-
-
Constructor Detail
-
UnresolvedVariableException
public UnresolvedVariableException(java.lang.String arg0, java.lang.Exception innerException)
-
UnresolvedVariableException
public UnresolvedVariableException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
-
UnresolvedVariableException
public UnresolvedVariableException(java.lang.String arg0, IResource resource)
-
UnresolvedVariableException
public UnresolvedVariableException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
UnresolvedVariableException
public UnresolvedVariableException(java.lang.String arg0, java.util.List<IResource> resources)
-
UnresolvedVariableException
public UnresolvedVariableException(java.lang.String arg0)
-
-