Class NotifyDescriptor.Exception

Enclosing class:
NotifyDescriptor

@Deprecated public static final class NotifyDescriptor.Exception extends NotifyDescriptor.Confirmation
Deprecated.
No longer used. Try java.util.logging or Exceptions.
Provides a description of an exception that occurred during execution of the IDE. The best is to use this class together with DialogDisplayer.notifyLater(NotifyDescriptor) as that allows an exception to be notified from any thread.
  • Constructor Details

    • Exception

      public Exception(Throwable detail)
      Deprecated.
      Create an exception report with default message.
      Parameters:
      detail - the detail object
    • Exception

      public Exception(Throwable detail, Object message)
      Deprecated.
      Create an exception report.
      Parameters:
      detail - the detail object
      message - the message object