org.progeeks.meta.annotate
Class UnsupportedKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.progeeks.meta.annotate.UnsupportedKeyException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedKeyException
extends java.lang.RuntimeException

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.

Version:
$Revision: 1.1 $
Author:
Paul Speed
See Also:
Serialized Form

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

UnsupportedKeyException

public UnsupportedKeyException()

UnsupportedKeyException

public UnsupportedKeyException(java.lang.String message)


Copyright © 2002-2003 Paul Speed. All Rights Reserved.