de.smartics.properties.api.core.domain
Class DuplicatePropertyDeclarationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.smartics.properties.api.core.app.PropertyRootException
de.smartics.properties.api.core.domain.DuplicatePropertyDeclarationsException
-
All Implemented Interfaces:
-
Serializable
-
public class DuplicatePropertyDeclarationsException
-
extends
PropertyRootException
Signals that a set of property descriptor has been encountered twice.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicatePropertyDeclarationsException
public DuplicatePropertyDeclarationsException(List<DuplicatePropertyDeclarationException> exceptions)
-
Default constructor.
-
Parameters:
-
exceptions
- the list of property declarations of declaration collisions.
getExceptions
public final List<DuplicatePropertyDeclarationException> getExceptions()
-
Returns the list of property declarations of declaration collisions. This is where two interfaces declare properties with identical keys.
-
-
Returns:
-
the list of property declarations of declaration collisions.
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.