Class NoDescriptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lemminx.customservice.synapse.parser.NoDescriptorException
All Implemented Interfaces:
Serializable

public class NoDescriptorException extends Exception
Exception thrown when a descriptor.xml file is missing or cannot be parsed from an integration project dependency (.car file).
See Also:
  • Constructor Details

    • NoDescriptorException

      public NoDescriptorException(String message)
    • NoDescriptorException

      public NoDescriptorException(String message, Throwable cause)