Package lumis.portal.file
Class FileValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.file.FileValidationException
-
- All Implemented Interfaces:
Serializable
public class FileValidationException extends PortalException
Base exception for the File Validators.- Since:
- 6.0.0
- Version:
- $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description FileValidationException(String message)
FileValidationException(String message, Exception innerException)
FileValidationException(String message, List<IResource> resources)
FileValidationException(String message, List<IResource> resources, Exception innerException)
FileValidationException(String message, IResource resource)
FileValidationException(String message, IResource resource, Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-