Class MeEmptyDataSetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.openinventor.meshvizxlm.meshextracted.data.MeEmptyDataSetException
All Implemented Interfaces:
Serializable

public class MeEmptyDataSetException extends RuntimeException
Thrown to indicate that the requested operation is not supported on an empty data set.
See Also:
  • Constructor Details

    • MeEmptyDataSetException

      public MeEmptyDataSetException()
      Constructs a MeEmptyDataSetException with no detail message. A detail message is a String that describes this particular exception.
    • MeEmptyDataSetException

      public MeEmptyDataSetException(String message)
      Constructs a MeEmptyDataSetException with the specified detail message. A detail message is a String that describes this particular exception.
      Parameters:
      message - the String that contains a detailed message