public class SchemaException extends CommonException
localizedUserFriendlyMessage, userFriendlyMessage| Constructor and Description |
|---|
SchemaException() |
SchemaException(LocalizableMessage userFriendlyMessage) |
SchemaException(LocalizableMessage userFriendlyMessage,
Throwable cause) |
SchemaException(String message) |
SchemaException(String message,
QName propertyName) |
SchemaException(String message,
Throwable cause) |
SchemaException(String message,
Throwable cause,
QName propertyName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorTypeMessage()
Returns a human-readable message that describes the type or class of errors
that the exception represents.
|
QName |
getPropertyName() |
getLocalizedMessage, getLocalizedUserFriendlyMessage, getMessage, getTechnicalMessage, getUserFriendlyMessage, setLocalizedUserFriendlyMessage, setTechnicalMessage, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SchemaException()
public SchemaException(LocalizableMessage userFriendlyMessage, Throwable cause)
public SchemaException(String message)
public SchemaException(LocalizableMessage userFriendlyMessage)
public String getErrorTypeMessage()
CommonExceptiongetErrorTypeMessage in class CommonExceptionpublic QName getPropertyName()
Copyright © 2020 Evolveum. All rights reserved.