org.apache.wicket.markup
Class WicketParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.text.ParseException
              extended by 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
WicketParseException(java.lang.String message, ComponentTag tag)
          Construct.
WicketParseException(java.lang.String message, XmlTag tag)
          Construct.
 
Method Summary
 
Methods inherited from class java.text.ParseException
getErrorOffset
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

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 -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.