org.apache.lenya.cms.publication
Class SiteTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.publication.SiteTreeException
All Implemented Interfaces:
java.io.Serializable

public class SiteTreeException
extends java.lang.Exception

Exceptions for site tree handling.

See Also:
Serialized Form

Constructor Summary
SiteTreeException()
          Creates a new SiteTreeException.
SiteTreeException(java.lang.String message)
          Creates a new SiteTreeException.
SiteTreeException(java.lang.String message, java.lang.Throwable cause)
          Creates a new SiteTreeException.
SiteTreeException(java.lang.Throwable cause)
          Creates a new SiteTreeException.
 
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

SiteTreeException

public SiteTreeException()
Creates a new SiteTreeException.


SiteTreeException

public SiteTreeException(java.lang.String message)
Creates a new SiteTreeException.

Parameters:
message - the exception message

SiteTreeException

public SiteTreeException(java.lang.String message,
                         java.lang.Throwable cause)
Creates a new SiteTreeException.

Parameters:
message - the exception message
cause - the cause of the exception

SiteTreeException

public SiteTreeException(java.lang.Throwable cause)
Creates a new SiteTreeException.

Parameters:
cause - the cause of the exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.