com.sun.xml.txw2
Class IllegalSignatureException

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
                  extended by com.sun.xml.txw2.IllegalSignatureException
All Implemented Interfaces:
Serializable

public class IllegalSignatureException
extends TxwException

Signals incorrect method signatures on TypedXmlWriter-derived interfaces.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
IllegalSignatureException(String message)
           
IllegalSignatureException(String message, Throwable cause)
           
IllegalSignatureException(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

IllegalSignatureException

public IllegalSignatureException(String message)

IllegalSignatureException

public IllegalSignatureException(String message,
                                 Throwable cause)

IllegalSignatureException

public IllegalSignatureException(Throwable cause)