public class CdkProcessingException extends Exception
That exception indicates recoverable CDK error, that it is, means errors in source code or configuration files that makes project build failed, so no result shulde be generated, but does not stop further processing of other classes or files. CDK should collect such errors but do not stop processing that let developer to know about all errors in the project.
| Constructor and Description |
|---|
CdkProcessingException()
|
CdkProcessingException(String message)
|
CdkProcessingException(String message,
Throwable cause)
|
CdkProcessingException(Throwable cause)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014 JBoss by Red Hat. All Rights Reserved.