Class TranspilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.javascript.jscomp.bundle.TranspilationException
- All Implemented Interfaces:
Serializable
An unchecked exception thrown when transpilation fails due to one or
more errors in the input script.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTranspilationException
(SourceExcerptProvider source, com.google.common.collect.ImmutableList<JSError> errors, com.google.common.collect.ImmutableList<JSError> warnings) TranspilationException
(Exception 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
-
TranspilationException
-
TranspilationException
public TranspilationException(SourceExcerptProvider source, com.google.common.collect.ImmutableList<JSError> errors, com.google.common.collect.ImmutableList<JSError> warnings)
-
-
Method Details
-
errors
-
warnings
-