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.0", 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: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
- 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)
-
-