Class MeEmptyDataSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.openinventor.meshvizxlm.meshextracted.data.MeEmptyDataSetException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the requested operation is not supported on an empty
data set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a MeEmptyDataSetException with no detail message.MeEmptyDataSetException
(String message) Constructs a MeEmptyDataSetException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MeEmptyDataSetException
public MeEmptyDataSetException()Constructs a MeEmptyDataSetException with no detail message. A detail message is a String that describes this particular exception. -
MeEmptyDataSetException
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
-