Package org.mapfish.print
Class ExtraPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.ExtraPropertyException
- All Implemented Interfaces:
Serializable
Indicates one or more properties are not used either in a config.yaml configuration file or in
the request json.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtraPropertyException
(String message, Collection<String> extraProperties, Set<String> attributeNames) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtraPropertyException
public ExtraPropertyException(String message, Collection<String> extraProperties, Set<String> attributeNames) Constructor.- Parameters:
message
- the error message. A textual description of the extra properties. List of names will be appended at the endextraProperties
- the properties that are extraattributeNames
- all the allowed attribute names.
-
-
Method Details
-
getExtraProperties
-
getAttributeNames
-