Class IncorrectVoxelTypeException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class IncorrectVoxelTypeException extends AnchorFriendlyRuntimeException
When an unexpected VoxelDataType is encountered.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • IncorrectVoxelTypeException

      public IncorrectVoxelTypeException(String message)
      Create with only a message.
      Parameters:
      message - the message.
    • IncorrectVoxelTypeException

      public IncorrectVoxelTypeException(Throwable cause)
      Create with only a cause.
      Parameters:
      cause - the cause.