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:
Serializable
- Direct Known Subclasses:
IllegalAnnotationException
,IllegalSignatureException
public class TxwException extends RuntimeException
Signals errors in the TXW processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TxwException(String message)
TxwException(String message, Throwable cause)
TxwException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-