org.gxml.xs
Class SmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
SmException
public SmException(SmOutcome outcome,
java.lang.String partNumber)
SmException
public SmException(SmOutcome outcome,
java.lang.String partNumber,
SmException cause)
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.