Class AttributeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- de.hybris.platform.servicelayer.exceptions.AttributeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeNotSupportedException extends java.lang.IllegalArgumentException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AttributeNotSupportedException.AttributeError
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeNotSupportedException.AttributeError
getAttributeError()
java.lang.String
getQualifier()
-
-
-
Constructor Detail
-
AttributeNotSupportedException
public AttributeNotSupportedException(java.lang.String message, java.lang.String qualifier)
-
AttributeNotSupportedException
public AttributeNotSupportedException(java.lang.String message, java.lang.String qualifier, AttributeNotSupportedException.AttributeError attributeError)
-
AttributeNotSupportedException
public AttributeNotSupportedException(java.lang.String message, java.lang.Throwable cause, java.lang.String qualifier)
-
AttributeNotSupportedException
public AttributeNotSupportedException(java.lang.String message, java.lang.Throwable cause, java.lang.String qualifier, AttributeNotSupportedException.AttributeError attributeError)
-
-
Method Detail
-
getQualifier
public java.lang.String getQualifier()
- Returns:
- the unsupported attribute qualifier
-
getAttributeError
public AttributeNotSupportedException.AttributeError getAttributeError()
-
-