org.gxml.xs
Class SmComponentConstraintException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SmWildcardIntersectionException, SmWildcardUnionException

public abstract class SmComponentConstraintException
extends SmException

Abstract base class for all Schema Component Constraint exceptions.

See Also:
Serialized Form

Constructor Summary
SmComponentConstraintException(SmOutcome outcome, java.lang.String partNumber)
           
SmComponentConstraintException(SmOutcome outcome, 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
 

Constructor Detail

SmComponentConstraintException

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

SmComponentConstraintException

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


Copyright © 2009 Cloud Software Group, Inc. All Rights Reserved.