org.apache.beehive.netui.compiler.model
Class NoWebInfDirectoryException

Object
  extended by Throwable
      extended by Exception
          extended by NoWebInfDirectoryException
All Implemented Interfaces:
Serializable

public class NoWebInfDirectoryException
extends Exception

Thrown if no WEB-INF directory can be found on a web app file's URI.

See Also:
Serialized Form

Constructor Summary
NoWebInfDirectoryException()
           
NoWebInfDirectoryException(String message)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoWebInfDirectoryException

public NoWebInfDirectoryException()

NoWebInfDirectoryException

public NoWebInfDirectoryException(String message)