de.smartics.properties.api.core.domain
Class DuplicatePropertyDeclarationsException

Package class diagram package DuplicatePropertyDeclarationsException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.api.core.app.PropertyRootException
                  extended by 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

Constructor Summary
DuplicatePropertyDeclarationsException(List<DuplicatePropertyDeclarationException> exceptions)
          Default constructor.
 
Method Summary
 List<DuplicatePropertyDeclarationException> getExceptions()
          Returns the list of property declarations of declaration collisions.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicatePropertyDeclarationsException

public DuplicatePropertyDeclarationsException(List<DuplicatePropertyDeclarationException> exceptions)
Default constructor.

Parameters:
exceptions - the list of property declarations of declaration collisions.
Method Detail

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.