Module es.upm.fi.cig.multictbnc
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
Thrown when a requested task is not implemented.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aNotImplementedException
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
-
NotImplementedException
Constructs aNotImplementedException
with the specified detail message.- Parameters:
msg
- detail message
-