@GwtIncompatible
public class TranspilationException
extends java.lang.RuntimeException
Constructor and Description |
---|
TranspilationException(java.lang.Exception cause) |
TranspilationException(SourceExcerptProvider source,
com.google.common.collect.ImmutableList<JSError> errors,
com.google.common.collect.ImmutableList<JSError> warnings) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<JSError> |
errors() |
com.google.common.collect.ImmutableList<JSError> |
warnings() |
public TranspilationException(java.lang.Exception cause)
public TranspilationException(SourceExcerptProvider source, com.google.common.collect.ImmutableList<JSError> errors, com.google.common.collect.ImmutableList<JSError> warnings)
Copyright © 2009-2020 Google. All Rights Reserved.