Class FormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.FormatException
All Implemented Interfaces:
Serializable

public class FormatException extends Exception
Exception for format incompatibilities.
Version:
0.4.1
Author:
Luca milazzo
See Also:
  • Constructor Details

    • FormatException

      public FormatException(String message, Throwable err)
      Constructs an FormatException with the specified message and root exception.
      Parameters:
      message - the exception message
      err - the root exception object