Class MethodNotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
isula.aco.exception.MethodNotImplementedException
All Implemented Interfaces:
Serializable

public class MethodNotImplementedException extends RuntimeException
Produced when calling a method that requires overriding.
Author:
Carlos G. Gavidia
See Also:
  • Constructor Details

    • MethodNotImplementedException

      public MethodNotImplementedException()