org.jboss.forge.project.facets
Class FacetNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.forge.project.ProjectModelException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FacetNotFoundException
public FacetNotFoundException()
FacetNotFoundException
public FacetNotFoundException(String message)
FacetNotFoundException
public FacetNotFoundException(Throwable e)
FacetNotFoundException
public FacetNotFoundException(String message,
Throwable e)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.