JADE Java Persistence API
1.0

com.jadeworld.jade
Class AnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jadeworld.jade.AnnotationException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationException
extends java.lang.RuntimeException

Exception from annotation processing.

Author:
JADE Development Centre, Jade Software Corporation Ltd.
See Also:
Serialized Form

Constructor Summary
AnnotationException(java.lang.String msg)
           
AnnotationException(java.lang.String msg, java.lang.Throwable ex)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationException

public AnnotationException(java.lang.String msg)

AnnotationException

public AnnotationException(java.lang.String msg,
                           java.lang.Throwable ex)

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation