com.easyjf.web
Class NoSuchModuleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.easyjf.web.NoSuchModuleException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchModuleException
extends java.lang.Exception

Title:模块找不到错误

Description:当用户企图访问不存在的Module时,抛出该错误!

Copyright: Copyright (c) 2006

Company: www.easyjf.com

Version:
1.0
Author:
蔡世友
See Also:
Serialized Form

Constructor Summary
NoSuchModuleException()
           
NoSuchModuleException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchModuleException

public NoSuchModuleException()

NoSuchModuleException

public NoSuchModuleException(java.lang.String message)