org.eclipse.xtext.ui.refactoring.impl
Class RefactoringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.xtext.ui.refactoring.impl.RefactoringException
All Implemented Interfaces:
java.io.Serializable

public class RefactoringException
extends java.lang.RuntimeException

A convenient way to stop calculation of refactoring changes. The message will be reported to the RefactoringStatus and thus to the UI. For any other exception, the stack trace is logged to the console additionally.

Author:
Jan Koehnlein - Initial contribution and API
See Also:
Serialized Form

Constructor Summary
RefactoringException(java.lang.Exception cause)
           
RefactoringException(java.lang.String message)
           
 
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

RefactoringException

public RefactoringException(java.lang.String message)

RefactoringException

public RefactoringException(java.lang.Exception cause)