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 ofEResourceItemResolutionError
s 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 EResourceItemResolutionError
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
AFileListResolutionError(EResourceItemResolutionError type, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EResourceItemResolutionError
getType()
-
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.
-
-