Package | Description |
---|---|
com.google.gwt.dev.cfg | |
com.google.gwt.dev.jjs | |
com.google.gwt.dev.jjs.ast |
Modifier and Type | Class and Description |
---|---|
static class |
LibraryGroup.CollidingCompilationUnitException
An exception that indicates that a single Compilation Unit is being provided by more than one
library.
|
static class |
LibraryGroup.DuplicateLibraryNameException
An exception that indicates that more than one library has the same name, thus making name
based references ambiguous.
|
static class |
LibraryGroup.UnresolvedLibraryException
An exception that indicates that some library was referenced as a dependency but was not
provided to the compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerIoException
Indicates the compiler encountered an IO failure.
Generally speaking the exception is fatal and should not be caught except at the top level. |
Modifier and Type | Method and Description |
---|---|
protected static InternalCompilerException |
JVisitor.translateException(JNode node,
Throwable e) |
Copyright © 2018. All rights reserved.