- Removed unused exception UnsupportedComponentTypeException
in \ncc\Exceptions
in favor of NotSupportedException
- Removed unused exception `UnsupportedPackageException` in `\ncc\Exceptions` (not used) - Removed unused exception `UnsupportedRemoteTypeSource` in `\ncc\Exceptions` (not used) - Removed unused exception `UnsupportedProjectTypeException` in `\ncc\Exceptions` (not used)
This commit is contained in:
parent
14541123c0
commit
c151d29b46
11 changed files with 11 additions and 225 deletions
|
@ -66,9 +66,9 @@ NotSupportedException
|
|||
* NOT_IMPLEMENTED
|
||||
* UNSUPPORTED_COMPILER_EXTENSION
|
||||
* UNSUPPORTED_EXTENSION_VERSION
|
||||
UNSUPPORTED_COMPONENT_TYPE
|
||||
NOT_SUPPORTED_EXCEPTION
|
||||
UNSUPPORTED_PROJECT_TYPE
|
||||
* UNSUPPORTED_COMPONENT_TYPE
|
||||
* NOT_SUPPORTED_EXCEPTION
|
||||
* UNSUPPORTED_PROJECT_TYPE
|
||||
|
||||
RuntimeException
|
||||
RUNTIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue