public class AttributeNotSupportedException
extends java.lang.IllegalArgumentException
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeNotSupportedException.AttributeError |
| Constructor and Description |
|---|
AttributeNotSupportedException(java.lang.String message,
java.lang.String qualifier) |
AttributeNotSupportedException(java.lang.String message,
java.lang.String qualifier,
AttributeNotSupportedException.AttributeError attributeError) |
AttributeNotSupportedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String qualifier) |
AttributeNotSupportedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String qualifier,
AttributeNotSupportedException.AttributeError attributeError) |
| Modifier and Type | Method and Description |
|---|---|
AttributeNotSupportedException.AttributeError |
getAttributeError() |
java.lang.String |
getQualifier() |
public AttributeNotSupportedException(java.lang.String message,
java.lang.String qualifier)
public AttributeNotSupportedException(java.lang.String message,
java.lang.String qualifier,
AttributeNotSupportedException.AttributeError attributeError)
public AttributeNotSupportedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String qualifier)
public AttributeNotSupportedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String qualifier,
AttributeNotSupportedException.AttributeError attributeError)
public java.lang.String getQualifier()
public AttributeNotSupportedException.AttributeError getAttributeError()
Copyright © 2018 SAP SE. All Rights Reserved.