net.sourceforge.jfacets.annotations
Class DuplicatedKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.jfacets.annotations.DuplicatedKeyException
All Implemented Interfaces:
Serializable

public class DuplicatedKeyException
extends RuntimeException

Thrown when duplicated facet keys are found.

See Also:
Serialized Form

Constructor Summary
DuplicatedKeyException(String name, String profileId, Class<?> targetObjectType)
           
 
Method Summary
 String getName()
           
 String getProfileId()
           
 Class<?> getTargetObjectType()
           
 
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

DuplicatedKeyException

public DuplicatedKeyException(String name,
                              String profileId,
                              Class<?> targetObjectType)
Method Detail

getName

public String getName()

getProfileId

public String getProfileId()

getTargetObjectType

public Class<?> getTargetObjectType()


Copyright © 2012. All Rights Reserved.