org.richfaces.cdk
Class CdkProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.richfaces.cdk.CdkProcessingException
All Implemented Interfaces:
java.io.Serializable

public class CdkProcessingException
extends java.lang.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.

Author:
asmirnov@exadel.com
See Also:
Serialized Form

Constructor Summary
CdkProcessingException()
          

CdkProcessingException(java.lang.String message)
          

CdkProcessingException(java.lang.String message, java.lang.Throwable cause)
          

CdkProcessingException(java.lang.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

CdkProcessingException

public CdkProcessingException()


CdkProcessingException

public CdkProcessingException(java.lang.String message)

Parameters:
message -

CdkProcessingException

public CdkProcessingException(java.lang.Throwable cause)

Parameters:
cause -

CdkProcessingException

public CdkProcessingException(java.lang.String message,
                              java.lang.Throwable cause)

Parameters:
message -
cause -


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.