org.gxml.xs
Class SmAtomCastException

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

public class SmAtomCastException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SmAtomCastException(java.lang.String sourceValue, SmName<?> targetType, javax.xml.namespace.QName errorCode)
           
 
Method Summary
 javax.xml.namespace.QName getErrorCode()
           
 java.lang.String getMessage()
           
 java.lang.String getSourceValue()
           
 SmName<?> getTargetType()
           
 
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

SmAtomCastException

public SmAtomCastException(java.lang.String sourceValue,
                           SmName<?> targetType,
                           javax.xml.namespace.QName errorCode)
Method Detail

getErrorCode

public javax.xml.namespace.QName getErrorCode()

getSourceValue

public java.lang.String getSourceValue()

getTargetType

public SmName<?> getTargetType()

getMessage

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


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.