IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class PatternsFrameworkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.xtools.patterns.framework.PatternsFrameworkException
All Implemented Interfaces:
Serializable

public class PatternsFrameworkException
extends Exception

This exception is thrown at the implementation boundaries of the patterns framework 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.

See Also:
Serialized Form

Constructor Summary
PatternsFrameworkException(String message, Throwable cause)
          Constructor with message and a cause exception
 
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

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

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.