public class TranspileException extends RuntimeException
| Constructor and Description |
|---|
TranspileException() |
TranspileException(String message) |
TranspileException(String message,
Throwable cause) |
TranspileException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TranspileException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
TranspileException |
errors(List<String> errors) |
List<String> |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TranspileException()
public TranspileException(String message)
public TranspileException(Throwable cause)
public TranspileException errors(List<String> errors)
Copyright © 2019. All rights reserved.