| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- 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