Package lumis.portal.presentation.core
Class LayoutFileMarkupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- lumis.portal.presentation.core.LayoutFileMarkupException
-
- All Implemented Interfaces:
Serializable
public class LayoutFileMarkupException extends 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
-
-