net.sourceforge.jfacets.annotations
Class DuplicatedKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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)
|
| 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 |
DuplicatedKeyException
public DuplicatedKeyException(java.lang.String name,
java.lang.String profileId,
java.lang.Class<?> targetObjectType)
getName
public java.lang.String getName()
getProfileId
public java.lang.String getProfileId()
getTargetObjectType
public java.lang.Class<?> getTargetObjectType()
Copyright © 2011. All Rights Reserved.