com.sun.xml.txw2
Class TxwException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
TxwException(java.lang.String message)
           
TxwException(java.lang.String message, java.lang.Throwable cause)
           
TxwException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TxwException

public TxwException(java.lang.String message)

TxwException

public TxwException(java.lang.Throwable cause)

TxwException

public TxwException(java.lang.String message,
                    java.lang.Throwable cause)