Package com.sun.xml.txw2
Class TxwException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.xml.txw2.TxwException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IllegalAnnotationException
,IllegalSignatureException
public class TxwException extends java.lang.RuntimeException
Signals errors in the TXW processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TxwException(java.lang.String message)
TxwException(java.lang.String message, java.lang.Throwable cause)
TxwException(java.lang.Throwable cause)
-