Class EmbeddedLimitReachedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tika.exception.EmbeddedLimitReachedException
All Implemented Interfaces:
Serializable

public class EmbeddedLimitReachedException extends RuntimeException
Runtime exception thrown when an embedded document limit is reached and the configuration specifies that parsing should stop with an exception.

This is a runtime exception to avoid polluting the EmbeddedDocumentExtractor interface with checked exceptions, since most implementations don't need limit checking.

Since:
Apache Tika 3.2
See Also: