org.eclipse.emf.facet.efacet.core.exception
Class FacetManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.facet.efacet.core.exception.FacetManagerException
All Implemented Interfaces:
java.io.Serializable

public class FacetManagerException
extends java.lang.Exception

Since:
0.2
See Also:
Serialized Form

Constructor Summary
FacetManagerException()
           
FacetManagerException(java.lang.String message)
           
FacetManagerException(java.lang.String message, java.lang.Throwable cause)
           
FacetManagerException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacetManagerException

public FacetManagerException()

FacetManagerException

public FacetManagerException(java.lang.String message)

FacetManagerException

public FacetManagerException(java.lang.Throwable cause)

FacetManagerException

public FacetManagerException(java.lang.String message,
                             java.lang.Throwable cause)