com.sun.xml.txw2
Class IllegalSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.xml.txw2.TxwException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalSignatureException
public IllegalSignatureException(String message)
IllegalSignatureException
public IllegalSignatureException(String message,
Throwable cause)
IllegalSignatureException
public IllegalSignatureException(Throwable cause)
Copyright © 2013 Oracle. All Rights Reserved.