Package com.sun.xml.txw2
Class IllegalAnnotationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.xml.txw2.TxwException
-
- com.sun.xml.txw2.IllegalAnnotationException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalAnnotationException extends TxwException
Signals an incorrect use of TXW annotations.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalAnnotationException(java.lang.String message)
IllegalAnnotationException(java.lang.String message, java.lang.Throwable cause)
IllegalAnnotationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
IllegalAnnotationException
public IllegalAnnotationException(java.lang.String message)
-
IllegalAnnotationException
public IllegalAnnotationException(java.lang.Throwable cause)
-
IllegalAnnotationException
public IllegalAnnotationException(java.lang.String message, java.lang.Throwable cause)
-
-