|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.richfaces.cdk.CdkProcessingException
public class CdkProcessingException
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 Summary | |
|---|---|
CdkProcessingException()
|
|
CdkProcessingException(String message)
|
|
CdkProcessingException(String message,
Throwable cause)
|
|
CdkProcessingException(Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CdkProcessingException()
public CdkProcessingException(String message)
message - public CdkProcessingException(Throwable cause)
cause -
public CdkProcessingException(String message,
Throwable cause)
message - cause -
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||