Forge - Shell API 1.2.0.Final

org.jboss.forge.project.facets
Class FacetNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.forge.project.ProjectModelException
                  extended by org.jboss.forge.project.facets.FacetNotFoundException
All Implemented Interfaces:
Serializable

public class FacetNotFoundException
extends ProjectModelException

An exception representing the state where a project facet was requested, but was not available.

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
FacetNotFoundException()
           
FacetNotFoundException(String message)
           
FacetNotFoundException(String message, Throwable e)
           
FacetNotFoundException(Throwable e)
           
 
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

FacetNotFoundException

public FacetNotFoundException()

FacetNotFoundException

public FacetNotFoundException(String message)

FacetNotFoundException

public FacetNotFoundException(Throwable e)

FacetNotFoundException

public FacetNotFoundException(String message,
                              Throwable e)

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.