org.apache.lenya.cms.module
Class ModuleException

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

public class ModuleException
extends java.lang.Exception

Module exception.

See Also:
Serialized Form

Constructor Summary
ModuleException()
           
ModuleException(java.lang.String arg0)
           
ModuleException(java.lang.String arg0, java.lang.Throwable arg1)
           
ModuleException(java.lang.Throwable arg0)
           
 
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

ModuleException

public ModuleException()

ModuleException

public ModuleException(java.lang.String arg0,
                       java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

ModuleException

public ModuleException(java.lang.String arg0)
Parameters:
arg0 -

ModuleException

public ModuleException(java.lang.Throwable arg0)
Parameters:
arg0 -


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