Save This Page
Home » glassfish-v2ur2-b04-src » javax.enterprise.deploy.spi.exceptions » [javadoc | source]
javax.enterprise.deploy.spi.exceptions
public class: InvalidModuleException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.enterprise.deploy.spi.exceptions.InvalidModuleException

All Implemented Interfaces:
    Serializable

This exception is to report an invalid J2EE deployment module type.
Constructor:
 public InvalidModuleException(String s) 
    Creates an new InvalidModuleException object.
    Parameters:
    s - a string indicating what was wrong with the module type.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait