org.eclipse.gmt.modisco.infra.role.core.exception
Class ModiscoRoleException

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

public class ModiscoRoleException
extends java.lang.Exception

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

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

ModiscoRoleException

public ModiscoRoleException()

ModiscoRoleException

public ModiscoRoleException(java.lang.String message)


ModiscoRoleException

public ModiscoRoleException(java.lang.Throwable cause)


ModiscoRoleException

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