Class FileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.core.loader.util.parser.FileFormatException
All Implemented Interfaces:
Serializable

public class FileFormatException extends RuntimeException
Use to indicate a file format error.
Author:
pavlidis
See Also:
  • Constructor Details

    • FileFormatException

      public FileFormatException(String message)
    • FileFormatException

      public FileFormatException(Throwable cause)