Class ContentPackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graylog2.contentpacks.exceptions.ContentPackException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DivergingEntityConfigurationException, EmptyDefaultValueException, FailedConstraintsException, InvalidParametersException, InvalidParameterTypeException, MissingNativeEntityException, MissingParametersException, UnexpectedEntitiesException

public class ContentPackException extends RuntimeException
See Also:
  • Constructor Details

    • ContentPackException

      public ContentPackException()
    • ContentPackException

      public ContentPackException(String message)
    • ContentPackException

      public ContentPackException(String message, Throwable cause)