Class InvalidFragmentedMemoryStateException

  • All Implemented Interfaces:
    Serializable

    public class InvalidFragmentedMemoryStateException
    extends CoreMemException
    Exception passed when a fragmented emory is in an invalid state.
    Author:
    royer
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidFragmentedMemoryStateException

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

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