javax.xml.bind
Class TypeConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.bind.TypeConstraintException
- All Implemented Interfaces:
- Serializable
public class TypeConstraintException
- extends RuntimeException
- See Also:
- Serialized Form
TypeConstraintException
public TypeConstraintException(String message)
TypeConstraintException
public TypeConstraintException(String message,
String errorCode)
TypeConstraintException
public TypeConstraintException(String message,
String errorCode,
Throwable cause)
TypeConstraintException
public TypeConstraintException(String message,
Throwable cause)
TypeConstraintException
public TypeConstraintException(Throwable cause)
getErrorCode
public String getErrorCode()
getLinkedException
public Throwable getLinkedException()
setLinkedException
public void setLinkedException(Throwable linkedException)
toString
public String toString()
- Overrides:
toString
in class Throwable
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.