Class MappingAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hibernate.search.engine.mapper.mapping.building.spi.MappingAbortedException
-
- All Implemented Interfaces:
Serializable
public class MappingAbortedException extends Exception
An exception thrown byMapper.prepareBuild()
when detecting that failures werecollected
and deciding to abort early to avoid a snowball effect creating too many failures, which would make the failure report unclear.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingAbortedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-