Module es.upm.fi.cig.multictbnc
Class UnreadDatasetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.UnreadDatasetException
- All Implemented Interfaces:
- Serializable
Thrown when the provided dataset could not be read.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aUnreadDatasetExceptionwith the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnreadDatasetExceptionConstructs aUnreadDatasetExceptionwith the specified detail message.- Parameters:
- msg- detail message
 
 
-