Package jadex.bridge

Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContentException

        public ContentException​(java.lang.String msg)
        Create a new content exception.
      • ContentException

        public ContentException​(java.lang.String msg,
                                java.lang.Throwable cause)
        Create a new content exception.