Class TxwException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalAnnotationException, IllegalSignatureException

public class TxwException extends RuntimeException
Signals errors in the TXW processing.
See Also:
  • Constructor Details

    • TxwException

      public TxwException(String message)
    • TxwException

      public TxwException(Throwable cause)
    • TxwException

      public TxwException(String message, Throwable cause)