Java API ReferenceClass Hierarchy | All Classes | All Fields and Methods

com.ibm.xtools.patterns.framework

Class PatternsFrameworkException

+-- Exception
      +-- PatternsFrameworkException

public Class PatternsFrameworkException
extends Exception

Represents the exception thrown when an exception is caught or an inconsistency is detected.

Pattern authors may find it helpful, when debugging problems with their patterns, to add an exception breakpoint for this exception.


Constructor summary
PatternsFrameworkException(String message, Throwable cause)

Constructor with message and a cause exception.

Constructor detail

PatternsFrameworkException

public PatternsFrameworkException(String message, Throwable cause)

Constructor with message and a cause exception.

Parameters:

message
- The error message.
cause
- The exception that caused this exception.


Feedback