org.progeeks.meta.annotate
Class ImmutableAnnotationMapException

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

public class ImmutableAnnotationMapException
extends java.lang.RuntimeException

This exception is thrown by an annotation map when it doesn't support adding new elements.

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

Constructor Summary
ImmutableAnnotationMapException()
           
ImmutableAnnotationMapException(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

ImmutableAnnotationMapException

public ImmutableAnnotationMapException()

ImmutableAnnotationMapException

public ImmutableAnnotationMapException(java.lang.String message)


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