Package jadex.bridge
Class ContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jadex.bridge.ContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentException extends java.lang.RuntimeException
A content exception occurs, if the content cannot be properly extracted from a message with language and ontology set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentException(java.lang.String msg)
Create a new content exception.ContentException(java.lang.String msg, java.lang.Throwable cause)
Create a new content exception.
-