org.apache.wiki.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.parser.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends WikiException

This is an exception which gets thrown whenever the parser cannot parse the parsing things.

See Also:
Serialized Form

Constructor Summary
ParseException(String msg)
          Constructs a new ParseException.
 
Method Summary
 
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

ParseException

public ParseException(String msg)
Constructs a new ParseException.

Parameters:
msg -


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.