org.gxml.xs
Class SmDatatypeException

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

public final class SmDatatypeException
extends SmException

See Also:
Serialized Form

Field Summary
static java.lang.String PART_ATOMIC
           
static java.lang.String PART_FACET
           
static java.lang.String PART_LIST
           
static java.lang.String PART_PATTERN
           
static java.lang.String PART_UNION
           
 
Constructor Summary
SmDatatypeException(java.lang.String literal, SmSimpleType<?,?> type)
           
SmDatatypeException(java.lang.String literal, SmSimpleType<?,?> type, SmException cause)
           
 
Method Summary
 java.lang.String getLiteral()
           
 java.lang.String getMessage()
           
 SmSimpleType<?,?> getType()
           
 
Methods inherited from class org.gxml.xs.SmException
getCause, getOutcome, getPartNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Field Detail

PART_ATOMIC

public static java.lang.String PART_ATOMIC

PART_FACET

public static java.lang.String PART_FACET

PART_LIST

public static java.lang.String PART_LIST

PART_PATTERN

public static java.lang.String PART_PATTERN

PART_UNION

public static java.lang.String PART_UNION
Constructor Detail

SmDatatypeException

public SmDatatypeException(java.lang.String literal,
                           SmSimpleType<?,?> type)

SmDatatypeException

public SmDatatypeException(java.lang.String literal,
                           SmSimpleType<?,?> type,
                           SmException cause)
Method Detail

getLiteral

public java.lang.String getLiteral()

getMessage

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

getType

public SmSimpleType<?,?> getType()


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.