Package org.apache.wicket.markup
Class WicketParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.text.ParseException
-
- org.apache.wicket.markup.WicketParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class WicketParseException extends java.text.ParseException- Author:
- Juergen Donnerstag
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WicketParseException(java.lang.String message, ComponentTag tag)Construct.WicketParseException(java.lang.String message, XmlTag tag)Construct.
-
-
-
Constructor Detail
-
WicketParseException
public WicketParseException(java.lang.String message, XmlTag tag)Construct.- Parameters:
message-tag-
-
WicketParseException
public WicketParseException(java.lang.String message, ComponentTag tag)Construct.- Parameters:
message-tag-
-
-