public class UnsupportedPropertyException extends Exception
Constructor and Description |
---|
UnsupportedPropertyException(Resource.Type type,
Set<String> propertyIds)
Construct an UnsupportedPropertyException.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getPropertyIds()
Get the unsupported property ids.
|
Resource.Type |
getType()
Get the resource type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedPropertyException(Resource.Type type, Set<String> propertyIds)
type
- the resource typepropertyIds
- the unsupported property idspublic Resource.Type getType()
Copyright © 2022 Apache Software Foundation. All rights reserved.