etomica.exception
Class AbnormalCompletionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by etomica.exception.AbnormalCompletionException
All Implemented Interfaces:
Serializable

public class AbnormalCompletionException
extends RuntimeException

Exception that indicates a method is defined for a class (perhaps to adhere to an interface), but its implementation is not yet completed.

See Also:
Serialized Form

Constructor Summary
AbnormalCompletionException()
          Constructor for AbnormalCompletionException
AbnormalCompletionException(String message)
          Constructor for MethodNotImplementedException.
 
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

AbnormalCompletionException

public AbnormalCompletionException()
Constructor for AbnormalCompletionException


AbnormalCompletionException

public AbnormalCompletionException(String message)
Constructor for MethodNotImplementedException.

Parameters:
message -