Interface IDescriptableException


public interface IDescriptableException

All specialized exceptions that can offer more information about their cause should implement this interface to add the type that identifies it.

Author:
azabala
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the exception type which caused this one and has detailed information about the causes.
  • Method Details

    • getExceptionType

      ExceptionDescription getExceptionType()

      Gets the exception type which caused this one and has detailed information about the causes.

      Returns:
      the exception type which caused this one and has detailed information about the causes