Class NoSuchRendererException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchRendererException
    extends RenderException
    Thrown when a request is made to render an object, but no suitable renderer can be found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchRendererException​(java.lang.Object object)
      Constructor.
    • 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

      • NoSuchRendererException

        public NoSuchRendererException​(java.lang.Object object)
        Constructor.
        Parameters:
        object - The object to be rendered.