Class NoRendererFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoRendererFoundException
    extends ECPRendererException
    Exception is thrown when no fitting Renderer could be found for a VElement.
    Since:
    1.2
    Author:
    Eugen Neufeld
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VElement getvElement()
      The VElement no renderer could be found for.
      • 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

      • NoRendererFoundException

        public NoRendererFoundException​(VElement vElement)
        Constructor for an Exception indicating that a VElement is missing a renderer.
        Parameters:
        vElement - the VElement missing a renderer
    • Method Detail

      • getvElement

        public final VElement getvElement()
        The VElement no renderer could be found for.
        Returns:
        the vElement without a renderer