etomica.exception
Class AbnormalCompletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbnormalCompletionException
public AbnormalCompletionException()
- Constructor for AbnormalCompletionException
AbnormalCompletionException
public AbnormalCompletionException(String message)
- Constructor for MethodNotImplementedException.
- Parameters:
message -