Class ConditionalFeatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ConditionalFeatureException
All Implemented Interfaces:
Serializable

public class ConditionalFeatureException extends RuntimeException
All exceptions thrown by conditional feature are subclasses of ConditionalFeatureException.
See Also:
  • Constructor Details

    • ConditionalFeatureException

      protected ConditionalFeatureException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause