Package spoon.refactoring
Class RefactoringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spoon.SpoonException
spoon.refactoring.RefactoringException
- All Implemented Interfaces:
Serializable
Thrown when required refactoring would cause model inconsistency
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class spoon.SpoonException
LOGGER
-
Constructor Summary
ConstructorDescriptionRefactoringException(String msg)
RefactoringException(String msg, Throwable e)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RefactoringException
public RefactoringException() -
RefactoringException
-
RefactoringException
-
RefactoringException
-