org.mmbase.module.gui.html
Class MultiLevelParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.mmbase.module.ParseException
                  extended byorg.mmbase.module.gui.html.MultiLevelParseException
All Implemented Interfaces:
java.io.Serializable

public class MultiLevelParseException
extends ParseException

This exception gets thrown when a Syntax Error occures in a Multi Level Listing.

Version:
$Id: MultiLevelParseException.java,v 1.5 2003/08/29 09:36:53 pierre Exp $
Author:
vpro
See Also:
Serialized Form

Constructor Summary
MultiLevelParseException()
           
MultiLevelParseException(java.lang.String message)
           
MultiLevelParseException(java.lang.String message, java.lang.Throwable cause)
           
MultiLevelParseException(java.lang.Throwable cause)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

MultiLevelParseException

public MultiLevelParseException()

MultiLevelParseException

public MultiLevelParseException(java.lang.String message)

MultiLevelParseException

public MultiLevelParseException(java.lang.Throwable cause)

MultiLevelParseException

public MultiLevelParseException(java.lang.String message,
                                java.lang.Throwable cause)


MMBase build 1.7.1.20041002