javax.xml.bind
Class TypeConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.bind.TypeConstraintException
All Implemented Interfaces:
Serializable

public class TypeConstraintException
extends RuntimeException

Copied from artifact org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.1.

See Also:
Serialized Form

Constructor Summary
TypeConstraintException(String message)
           
TypeConstraintException(String message, String errorCode)
           
TypeConstraintException(String message, String errorCode, Throwable cause)
           
TypeConstraintException(String message, Throwable cause)
           
TypeConstraintException(Throwable cause)
           
 
Method Summary
 String getErrorCode()
           
 Throwable getLinkedException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void setLinkedException(Throwable linkedException)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getErrorCode

public String getErrorCode()

getLinkedException

public Throwable getLinkedException()

setLinkedException

public void setLinkedException(Throwable linkedException)

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable


Copyright © 2010 OW2 Consortium. All Rights Reserved.