Package org.spdx.tag
Class InvalidFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.core.InvalidSPDXAnalysisException
org.spdx.tag.InvalidFileFormatException
- All Implemented Interfaces:
Serializable
public class InvalidFileFormatException
extends org.spdx.core.InvalidSPDXAnalysisException
Exceptions for invalid SPDX file format
- Author:
- Rohit Lodha
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFileFormatException
(String message) InvalidFileFormatException
(String message, Throwable cause) InvalidFileFormatException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFileFormatException
public InvalidFileFormatException() -
InvalidFileFormatException
- Parameters:
message
-
-
InvalidFileFormatException
- Parameters:
cause
-
-
InvalidFileFormatException
- Parameters:
message
-cause
-
-
InvalidFileFormatException
public InvalidFileFormatException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message
-cause
-enableSuppression
-writableStackTrace
-
-