Class LayoutFileMarkupException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LayoutFileMarkupException
    extends java.lang.RuntimeException
    Runtime exception that is thrown when parsing of a layout file markup fails.
    Since:
    6.0.0
    Version:
    $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.wicket.markup.MarkupStream getMarkupStream()  
      • 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
    • Method Detail

      • getMarkupStream

        public org.apache.wicket.markup.MarkupStream getMarkupStream()