org.gxml.xs
Class SmWildcardIntersectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gxml.xs.SmException
              extended by org.gxml.xs.SmComponentConstraintException
                  extended by org.gxml.xs.SmWildcardIntersectionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SmWildcardIntersectionNotExpressibleException

public abstract class SmWildcardIntersectionException
extends SmComponentConstraintException

See Also:
Serialized Form

Field Summary
static java.lang.String PART_INTERSECTION_NOT_EXPRESSIBLE
           
 
Constructor Summary
SmWildcardIntersectionException(java.lang.String partNumber)
           
SmWildcardIntersectionException(java.lang.String partNumber, SmException cause)
           
 
Method Summary
 
Methods inherited from class org.gxml.xs.SmException
getCause, getOutcome, 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
 

Field Detail

PART_INTERSECTION_NOT_EXPRESSIBLE

public static final java.lang.String PART_INTERSECTION_NOT_EXPRESSIBLE
See Also:
Constant Field Values
Constructor Detail

SmWildcardIntersectionException

public SmWildcardIntersectionException(java.lang.String partNumber)

SmWildcardIntersectionException

public SmWildcardIntersectionException(java.lang.String partNumber,
                                       SmException cause)


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.