Class ImportException

All Implemented Interfaces:
Serializable

public class ImportException extends RuntimeException
An error occurred during importing from a non-graphedit format.
See Also:
  • Constructor Details

    • ImportException

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

      public ImportException(Throwable cause)
      Construct a new instance with a cause
      Parameters:
      cause - The cause
    • ImportException

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