Class ImplementationMissingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.annotations.ImplementationMissingException
All Implemented Interfaces:
Serializable

public class ImplementationMissingException extends RuntimeException
Is thrown when a feature or variant is not yet implemented but foreseen.
See Also:
  • Constructor Details

    • ImplementationMissingException

      public ImplementationMissingException()
    • ImplementationMissingException

      public ImplementationMissingException(String s)
    • ImplementationMissingException

      public ImplementationMissingException(Throwable c)
    • ImplementationMissingException

      public ImplementationMissingException(String s, Throwable c)