org.annotation.wordfreak
Class AnnotationUpdateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.annotation.wordfreak.AnnotationUpdateException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationUpdateException
extends java.lang.RuntimeException

Thrown to indicate that an annotation has been updated in such a way that it violates the structure of the annotation tree.

Author:
Tom Morton
See Also:
Serialized Form

Constructor Summary
AnnotationUpdateException()
          Constructs an AnnotationUpdateException with no detail message.
AnnotationUpdateException(java.lang.String s)
          Constructs an AnnotationUpdateException with the specified detail message.
 
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

AnnotationUpdateException

public AnnotationUpdateException()
Constructs an AnnotationUpdateException with no detail message.


AnnotationUpdateException

public AnnotationUpdateException(java.lang.String s)
Constructs an AnnotationUpdateException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.