Class MultipleAnnotationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.stefvanschie.inventoryframework.annotation.exception.MultipleAnnotationsException
All Implemented Interfaces:
Serializable

public class MultipleAnnotationsException extends RuntimeException
An exception thrown when a class definition contains multiple annotations where only one is allowed.
Since:
0.12.1
See Also:
  • Constructor Details

    • MultipleAnnotationsException

      public MultipleAnnotationsException(String message)
      Constructs a new multiple annotations exception with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      0.12.1