Class MessageValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.objectweb.joram.shared.excepts.MomException
-
- org.objectweb.joram.shared.excepts.MessageValueException
-
- All Implemented Interfaces:
Serializable
public class MessageValueException extends MomException
AMessageValueExceptionis thrown when a value carried by a message is incorrectly accessed or typed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperability-
Fields inherited from class org.objectweb.joram.shared.excepts.MomException
type
-
-
Constructor Summary
Constructors Constructor Description MessageValueException(String info)Constructs aMessageValueExceptioninstance.
-
Method Summary
-
Methods inherited from class org.objectweb.joram.shared.excepts.MomException
getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageValueException
public MessageValueException(String info)
Constructs aMessageValueExceptioninstance.- Parameters:
info- Information.
-
-