| Class | Description |
|---|---|
| Source |
Representation of a source code unit and its contents.
|
| SourceSection |
Description of contiguous section of text within a
Source of program code.; supports
multiple modes of access to the text and its location. |
| Exception | Description |
|---|---|
| MissingMIMETypeException |
Use
Source.Builder.mimeType(java.lang.String) to eliminate this exception. |
| MissingNameException |
Use
Source.Builder.name(java.lang.String) to eliminate this exception. |
source file.