Class UnsupportedXsdException

All Implemented Interfaces:
Serializable

public class UnsupportedXsdException extends ImportException
Thrown when an XML schema file being imported is found to contain constructs or references that are not yet supported in the product.
See Also:
  • Constructor Details

    • UnsupportedXsdException

      public UnsupportedXsdException(ImportDiagnostic[] diagnostics_, ErrorCode errorCode_)
      Creates an instance with the given diagnostics and error code.
      Parameters:
      diagnostics_ - the import diagnostics generated when attempting to import the XML schema file
      errorCode_ - the error code associated with the exception
    • UnsupportedXsdException

      public UnsupportedXsdException(ImportDiagnostic[] diagnostics_, ErrorCode errorCode_, String[] errorCodeArguments_)
      Creates an instance with the given diagnostics, error code and error code arguments.
      Parameters:
      diagnostics_ - the import diagnostics generated when attempting to import the XML schema file
      errorCode_ - the error code associated with the exception
      errorCodeArguments_ - the arguments that serve as text replacements in the error message