Class NoDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lemminx.customservice.synapse.parser.NoDescriptorException
- All Implemented Interfaces:
Serializable
Exception thrown when a descriptor.xml file is missing or cannot be parsed
from an integration project dependency (.car file).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoDescriptorException(String message) NoDescriptorException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoDescriptorException
-
NoDescriptorException
-