Class ExportException

All Implemented Interfaces:
Serializable

public class ExportException extends RuntimeException
An error occurred during exporting to a non-graphedit format.
See Also:
  • Constructor Details

    • ExportException

      public ExportException(String message)
      Construct a new instance with a message
      Parameters:
      message - The detail message
    • ExportException

      public ExportException(Throwable cause)
      Construct a new instance with a message and a cause
      Parameters:
      cause - The cause
    • ExportException

      public ExportException(String message, Throwable cause)
      Construct a new instance with a message and a cause
      Parameters:
      message - The detail message
      cause - The cause