Package de.xima.fc.exceptions
Class AFileListResolutionError
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.AFileListResolutionError
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AFileListResolutionError.AResourceItemResolutionError,AFileListResolutionError.CannotProcessFileList
public abstract class AFileListResolutionError extends Exception
Exception class for the various kinds ofEResourceItemResolutionErrors with additional data. This should be considered a sealed class and not be extended by third party classes.- Since:
 - 7.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
 
- 
Field Summary
Fields Modifier and Type Field Description protected EResourceItemResolutionErrortype 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAFileListResolutionError(EResourceItemResolutionError type, String message, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EResourceItemResolutionErrorgetType()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
type
protected final EResourceItemResolutionError type
 
 - 
 
- 
Constructor Detail
- 
AFileListResolutionError
protected AFileListResolutionError(EResourceItemResolutionError type, String message, Throwable cause)
 
 - 
 
- 
Method Detail
- 
getType
public final EResourceItemResolutionError getType()
- Returns:
 - The type of file resolution error.
 
 
 - 
 
 -