Forge - Facets Addon API 2.0.0.Alpha3

org.jboss.forge.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.facets.FacetNotFoundException
All Implemented Interfaces:
Serializable

public class FacetNotFoundException
extends RuntimeException

An exception representing the state where a 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 - Facets Addon API 2.0.0.Alpha3

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