daikon.tools.jtb
Class Annotation.MalformedAnnotationException

Object
  extended by Throwable
      extended by Exception
          extended by Annotation.MalformedAnnotationException
All Implemented Interfaces:
Serializable
Enclosing class:
Annotation

public static class Annotation.MalformedAnnotationException
extends Exception

Thrown by method get(String annoString) if annoString doesn't represent a well-formed annotation.

See Also:
Serialized Form

Constructor Summary
Annotation.MalformedAnnotationException(String s)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Annotation.MalformedAnnotationException

public Annotation.MalformedAnnotationException(String s)