org.acm.seguin.refactor
Class RefactoringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.acm.seguin.refactor.RefactoringException
All Implemented Interfaces:
java.io.Serializable

public class RefactoringException
extends java.lang.Exception

Description of the Class

Author:
Chris Seguin
See Also:
Serialized Form

Constructor Summary
RefactoringException(java.lang.String msg)
          Constructor for the RefactoringException object
 
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 msg)
Constructor for the RefactoringException object

Parameters:
msg - Description of Parameter