Class OembedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OembedException
    extends java.lang.RuntimeException
    An exception for wrapping any checked exception that might happens due parsing of responses etc.
    Author:
    Michael J. Simons, 2010-12-24
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OembedException​(java.lang.String message)  
      OembedException​(java.lang.Throwable cause)  
    • 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

      • OembedException

        public OembedException​(java.lang.Throwable cause)
      • OembedException

        public OembedException​(java.lang.String message)