Class EmbeddedFilesResolver.EmbeddedFileProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sentrysoftware.metricshub.engine.connector.parser.EmbeddedFilesResolver.EmbeddedFileProcessingException
All Implemented Interfaces:
Serializable
Enclosing class:
EmbeddedFilesResolver

public class EmbeddedFilesResolver.EmbeddedFileProcessingException extends RuntimeException
A custom exception class for errors that occur during the processing of embedded files. This class extends RuntimeException and provides constructor that allows the inclusion of an error message and a throwable cause.
See Also: