org.eclipse.gmt.modisco.infra.facet.core.exception
Class ModiscoFacetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmt.modisco.infra.facet.core.exception.ModiscoFacetException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StructuralConstraintViolationException

public class ModiscoFacetException
extends java.lang.Exception

Author:
Gregoire DUPE (Mia-Software)
See Also:
Serialized Form

Constructor Summary
ModiscoFacetException()
           
ModiscoFacetException(java.lang.String message)
          
ModiscoFacetException(java.lang.String message, java.lang.Throwable cause)
          
ModiscoFacetException(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

ModiscoFacetException

public ModiscoFacetException()

ModiscoFacetException

public ModiscoFacetException(java.lang.String message)


ModiscoFacetException

public ModiscoFacetException(java.lang.Throwable cause)


ModiscoFacetException

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