Module es.upm.fi.cig.multictbnc
Class ErroneousSequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.ErroneousSequenceException
- All Implemented Interfaces:
Serializable
Thrown when a valid sequence could not be created with the provided data.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aErroneousSequenceException
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
-
ErroneousSequenceException
Constructs aErroneousSequenceException
with the specified detail message.- Parameters:
msg
- detail message
-