|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmException | |
---|---|
org.gxml.xs |
Uses of SmException in org.gxml.xs |
---|
Subclasses of SmException in org.gxml.xs | |
---|---|
class |
SmComponentConstraintException
Abstract base class for all Schema Component Constraint exceptions. |
class |
SmDatatypeException
|
class |
SmFacetException
|
class |
SmFacetMinMaxException
xs:maxExclusive, xs:maxInclusive, xs:minExclusive, xs:minInclusive |
class |
SmPatternException
xs:pattern |
class |
SmSimpleTypeException
|
class |
SmWildcardIntersectionException
|
class |
SmWildcardIntersectionNotExpressibleException
|
class |
SmWildcardUnionException
|
class |
SmWildcardUnionNotExpressibleException
|
Methods in org.gxml.xs that return SmException | |
---|---|
SmException |
SmException.getCause()
|
SmException |
SmAbortException.getCause()
|
Methods in org.gxml.xs with parameters of type SmException | |
---|---|
void |
SmParserHandler.error(SmAttribute<A,S> attribute,
SmException exception)
|
void |
SmParserHandler.error(SmAttributeGroup<A,S> attributeGroup,
SmException exception)
|
void |
SmParserHandler.error(SmComplexType<A,S> complexType,
SmException exception)
|
void |
SmParserHandler.error(SmElement<A,S> element,
SmException exception)
|
void |
SmExceptionThrower.error(SmException exception)
|
void |
SmExceptionHandler.error(SmException exception)
|
void |
SmExceptionCatcher.error(SmException exception)
|
void |
SmParserHandler.error(SmIdentityConstraint<A,S> constraint,
SmException exception)
|
void |
SmParserHandler.error(SmModelGroup<A,S> modelGroup,
SmException exception)
|
void |
SmParserHandler.error(SmNotation<A,S> notation,
SmException exception)
|
void |
SmParserHandler.error(SmParticle<A,S> particle,
SmException exception)
|
void |
SmParserHandler.error(SmSimpleType<A,S> simpleType,
SmException exception)
|
Methods in org.gxml.xs that throw SmException | |
---|---|
SmSchema<A,S> |
SmParser.parse(java.net.URI schemaLocation,
java.io.InputStream istream,
java.net.URI systemId)
|
Constructors in org.gxml.xs with parameters of type SmException | |
---|---|
SmAbortException(SmException cause)
|
|
SmComponentConstraintException(SmOutcome outcome,
java.lang.String partNumber,
SmException cause)
|
|
SmDatatypeException(java.lang.String literal,
SmSimpleType<?,?> type,
SmException cause)
|
|
SmException(SmOutcome outcome,
java.lang.String partNumber,
SmException cause)
|
|
SmSimpleTypeException(java.lang.String initialValue,
SmSimpleType<?,?> type,
SmException cause)
|
|
SmWildcardIntersectionException(java.lang.String partNumber,
SmException cause)
|
|
SmWildcardIntersectionNotExpressibleException(SmException cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |