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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TxwException
public TxwException(String message)
TxwException
public TxwException(Throwable cause)
TxwException
public TxwException(String message,
Throwable cause)