Class EnumConstantMissingException

All Implemented Interfaces:
Serializable

public class EnumConstantMissingException
extends IllegalArgumentException
Exception to be thrown by ValuedEnum in case it is not able marshal native to enum due missing value in enum
Author:
dkimitsa
See Also:
Serialized Form
  • Constructor Details

    • EnumConstantMissingException

      public EnumConstantMissingException​(long missingValue, String message)
  • Method Details

    • getMissingValue

      public long getMissingValue()