Class SchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.util.exception.SchemaException
- All Implemented Interfaces:
- SeverityAwareException,- Serializable
- Direct Known Subclasses:
- ExpressionSyntaxException,- NoFocusNameSchemaException
Error regarding schema.
 E.g. Object class violation, missing object class, inconsistent schema, etc.
- Author:
- Radovan Semancik
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareExceptionSeverityAwareException.Severity
- 
Field SummaryFields inherited from class com.evolveum.midpoint.util.exception.CommonExceptionlocalizedUserFriendlyMessage, userFriendlyMessage
- 
Constructor SummaryConstructorsConstructorDescriptionSchemaException(LocalizableMessage userFriendlyMessage) SchemaException(LocalizableMessage userFriendlyMessage, Throwable cause) SchemaException(String message) SchemaException(String message, Throwable cause) SchemaException(String message, Throwable cause, QName propertyName) SchemaException(String message, QName propertyName) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns a human-readable message that describes the type or class of errors that the exception represents.Provides additional context information to the exception by creating a wrapping one.Methods inherited from class com.evolveum.midpoint.util.exception.CommonExceptiongetLocalizedMessage, getLocalizedUserFriendlyMessage, getMessage, getTechnicalMessage, getUserFriendlyMessage, setLocalizedUserFriendlyMessage, setTechnicalMessage, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareExceptiongetSeverity
- 
Constructor Details- 
SchemaExceptionpublic SchemaException()
- 
SchemaException
- 
SchemaException
- 
SchemaException
- 
SchemaException
- 
SchemaException
- 
SchemaException
 
- 
- 
Method Details- 
getErrorTypeMessageDescription copied from class:CommonExceptionReturns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message- Specified by:
- getErrorTypeMessagein class- CommonException
 
- 
getPropertyName
- 
wrapProvides additional context information to the exception by creating a wrapping one.
 
-