Class UnsupportedElementTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.arrays.UnsupportedElementTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedElementTypeException extends RuntimeException

Unchecked exception thrown by methods, creating new AlgART arrays (as MemoryModel.newEmptyArray(Class)), if the specified element type is not supported by the memory model.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • UnsupportedElementTypeException

      public UnsupportedElementTypeException()
      Constructs an instance of this class.
    • UnsupportedElementTypeException

      public UnsupportedElementTypeException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.