|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.progeeks.meta.annotate.UnsupportedKeyException
public class UnsupportedKeyException
This exception is thrown by an annotation map when it doesn't support a certain type of key. This would occur when attempting to store property specific annotations for a type that doesn't support that or when attempting to store generic key-based meta-class annotations for types that don't support that. Some AnnotationMaps are algorithmic in nature and will only support certain kinds of access since they will be using the key values in special ways.
Constructor Summary | |
---|---|
UnsupportedKeyException()
|
|
UnsupportedKeyException(java.lang.String message)
|
Method Summary |
---|
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 |
---|
public UnsupportedKeyException()
public UnsupportedKeyException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |