Class MeEmptyDataSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.openinventor.meshvizxlm.meshextracted.data.MeEmptyDataSetException
-
- All Implemented Interfaces:
java.io.Serializable
public class MeEmptyDataSetException extends java.lang.RuntimeException
Thrown to indicate that the requested operation is not supported on an empty data set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MeEmptyDataSetException()
Constructs a MeEmptyDataSetException with no detail message.MeEmptyDataSetException(java.lang.String message)
Constructs a MeEmptyDataSetException with the specified detail message.
-
-
-
Constructor Detail
-
MeEmptyDataSetException
public MeEmptyDataSetException()
Constructs a MeEmptyDataSetException with no detail message. A detail message is a String that describes this particular exception.
-
MeEmptyDataSetException
public MeEmptyDataSetException(java.lang.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
-
-