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:
- Serializable
public class DuplicatedKeyException
- extends RuntimeException
Thrown when duplicated facet keys are found.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicatedKeyException
public DuplicatedKeyException(String name,
String profileId,
Class<?> targetObjectType)
getName
public String getName()
getProfileId
public String getProfileId()
getTargetObjectType
public Class<?> getTargetObjectType()
Copyright © 2012. All Rights Reserved.