Class InvalidParameterTypeException

All Implemented Interfaces:
Serializable

public class InvalidParameterTypeException extends ContentPackException
See Also:
  • Constructor Details

    • InvalidParameterTypeException

      public InvalidParameterTypeException(ValueType expectedValueType, ValueType actualValueType)
  • Method Details

    • getExpectedValueType

      public ValueType getExpectedValueType()
    • getActualValueType

      public ValueType getActualValueType()