com.sun.xml.txw2
Class IllegalAnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.xml.txw2.TxwException
                  extended by com.sun.xml.txw2.IllegalAnnotationException
All Implemented Interfaces:
Serializable

public class IllegalAnnotationException
extends TxwException

Signals an incorrect use of TXW annotations.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
IllegalAnnotationException(String message)
           
IllegalAnnotationException(String message, Throwable cause)
           
IllegalAnnotationException(Throwable cause)
           
 
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

IllegalAnnotationException

public IllegalAnnotationException(String message)

IllegalAnnotationException

public IllegalAnnotationException(Throwable cause)

IllegalAnnotationException

public IllegalAnnotationException(String message,
                                  Throwable cause)