org.apache.lenya.cms.authoring
Class CreatorException

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

public class CreatorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CreatorException()
           
CreatorException(java.lang.String message)
          Create an instance of CreatorException
CreatorException(java.lang.String message, java.lang.Throwable cause)
          Create an instance of CreatorException
CreatorException(java.lang.Throwable cause)
          Create an instance of CreatorException
 
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

CreatorException

public CreatorException()

CreatorException

public CreatorException(java.lang.String message)
Create an instance of CreatorException

Parameters:
message - the exception message

CreatorException

public CreatorException(java.lang.Throwable cause)
Create an instance of CreatorException

Parameters:
cause - the cause of the exception

CreatorException

public CreatorException(java.lang.String message,
                        java.lang.Throwable cause)
Create an instance of CreatorException

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


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