Class MappingLoader.NotLoadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.model.impl.lens.projector.mappings.MappingLoader.NotLoadedException
- All Implemented Interfaces:
SeverityAwareException
,Serializable
- Enclosing interface:
- MappingLoader<O extends ObjectType>
public static class MappingLoader.NotLoadedException
extends Exception
implements SeverityAwareException
To be used when the exact reason of not-loaded state is not known.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareException
SeverityAwareException.Severity
-
Method Summary
Modifier and TypeMethodDescriptionNot all exceptions are fatal.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getSeverity
Description copied from interface:SeverityAwareException
Not all exceptions are fatal. This method returns the (estimated) severity of this exception. The final decision is up to the exception handling code, of course. It may or may not accept this value.- Specified by:
getSeverity
in interfaceSeverityAwareException
-