org.gxml.sa
Class GxAtomCastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gxml.sa.GxAtomCastException
All Implemented Interfaces:
java.io.Serializable

public final class GxAtomCastException
extends java.lang.Exception

Exception arising during the casting or parsing of atomic values.

Parsing is to be regarded as a cast from xs:untypedAtomic.

See Also:
Serialized Form

Constructor Summary
GxAtomCastException(java.lang.String sourceValue, javax.xml.namespace.QName targetType, javax.xml.namespace.QName errorCode)
           
GxAtomCastException(java.lang.String sourceValue, javax.xml.namespace.QName targetType, javax.xml.namespace.QName errorCode, java.lang.Throwable cause)
           
 
Method Summary
 javax.xml.namespace.QName getErrorCode()
          Returns the error code.
 java.lang.String getMessage()
           
 java.lang.String getSourceValue()
          Returns the source value.
 javax.xml.namespace.QName getTargetType()
          Returns the target data type name.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

GxAtomCastException

public GxAtomCastException(java.lang.String sourceValue,
                           javax.xml.namespace.QName targetType,
                           javax.xml.namespace.QName errorCode,
                           java.lang.Throwable cause)

GxAtomCastException

public GxAtomCastException(java.lang.String sourceValue,
                           javax.xml.namespace.QName targetType,
                           javax.xml.namespace.QName errorCode)
Method Detail

getSourceValue

public java.lang.String getSourceValue()
Returns the source value.


getTargetType

public javax.xml.namespace.QName getTargetType()
Returns the target data type name.


getErrorCode

public javax.xml.namespace.QName getErrorCode()
Returns the error code.


getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.