Class InvalidFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.agroportal.ncboproxy.InvalidFormatException
All Implemented Interfaces:
Serializable

public class InvalidFormatException extends RuntimeException
This exception is thrown when the format of the input Bioportal JSON-LD syntax is invalid
See Also:
  • Constructor Details

    • InvalidFormatException

      public InvalidFormatException(String message)