Home » jboss-javaee-sources » javax.enterprise.deploy » spi » exceptions » [javadoc | source]
javax.enterprise.deploy.spi.exceptions
public class: TargetException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.enterprise.deploy.spi.exceptions.TargetException

All Implemented Interfaces:
    Serializable

Errors in targets
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public TargetException(String reason) 
    Create an exception with a reason.
    Parameters:
    reason - the reason
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait