org.gxml.xs
Class SmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gxml.xs.SmException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SmComponentConstraintException, SmDatatypeException, SmFacetException, SmPatternException, SmSimpleTypeException

public abstract class SmException
extends java.lang.Exception

Base for W3C XML Schema exceptions.

See Also:
Serialized Form

Constructor Summary
SmException(SmOutcome outcome, java.lang.String partNumber)
           
SmException(SmOutcome outcome, java.lang.String partNumber, SmException cause)
           
 
Method Summary
 SmException getCause()
           
 SmOutcome getOutcome()
           
 java.lang.String getPartNumber()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

SmException

public SmException(SmOutcome outcome,
                   java.lang.String partNumber)

SmException

public SmException(SmOutcome outcome,
                   java.lang.String partNumber,
                   SmException cause)
Method Detail

getOutcome

public final SmOutcome getOutcome()

getPartNumber

public final java.lang.String getPartNumber()

getCause

public SmException getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.