Class InvalidAllocationParameterException

  • All Implemented Interfaces:
    Serializable

    public class InvalidAllocationParameterException
    extends CoreMemException
    Exception thrown when invalid parameters are passed during memory allocation.
    Author:
    royer
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidAllocationParameterException

        public InvalidAllocationParameterException​(String pString)
        Instanciates with error message and Throwable cause
        Parameters:
        pString - error message
      • InvalidAllocationParameterException

        public InvalidAllocationParameterException​(String pErrorMessage,
                                                   Throwable pThrowable)
        Instanciates with error message and Throwable cause
        Parameters:
        pErrorMessage - error message
        pThrowable - cause