class org.simgrid.msg.MsgException ================================== .. java:package:: org.simgrid.msg :noindex: .. java:type:: public abstract class MsgException extends Exception This exception is an abstract class grouping all MSG-related exceptions Constructors ------------ MsgException ^^^^^^^^^^^^ .. java:constructor:: public MsgException() :outertype: MsgException Constructs an \ ``MsgException``\ without a detail message. MsgException ^^^^^^^^^^^^ .. java:constructor:: public MsgException(String msg) :outertype: MsgException Constructs an \ ``MsgException``\ with a detail message.