Interface ExceptionType

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier, PCMBaseClass, PCMClass
All Known Implementing Classes:
ExceptionTypeImpl

public interface ExceptionType extends PCMBaseClass
A representation of the model object 'Exception Type'. This entity represents a type of an exception.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • getExceptionName

      String getExceptionName()
      Returns the value of the 'Exception Name' attribute. This property denotes the name of the exception. In addition to the exception message, this is another piece of information that can be used for identification of the exception that has appeared.
      Returns:
      the value of the 'Exception Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false" required="true" ordered="false"
    • setExceptionName

      void setExceptionName(String value)
      Sets the value of the 'Exception Name' attribute.
      Parameters:
      value - the new value of the 'Exception Name' attribute.
      See Also:
      Generated class or method.
    • getExceptionMessage

      String getExceptionMessage()
      Returns the value of the 'Exception Message' attribute. This property holds the text message of the exception.
      Returns:
      the value of the 'Exception Message' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false" required="true" ordered="false"
    • setExceptionMessage

      void setExceptionMessage(String value)
      Sets the value of the 'Exception Message' attribute.
      Parameters:
      value - the new value of the 'Exception Message' attribute.
      See Also:
      Generated class or method.