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:
java.io.Serializable

public class DuplicatedKeyException
extends java.lang.RuntimeException

Thrown when duplicated facet keys are found.

See Also:
Serialized Form

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

getName

public java.lang.String getName()

getProfileId

public java.lang.String getProfileId()

getTargetObjectType

public java.lang.Class<?> getTargetObjectType()


Copyright © 2011. All Rights Reserved.