Package org.spdx.tag
Class InvalidFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.tag.InvalidFileFormatException
- All Implemented Interfaces:
Serializable
public class InvalidFileFormatException extends Exception
Exceptions for invalid SPDX file format
- Author:
- Rohit Lodha
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidFileFormatException()InvalidFileFormatException(String message)InvalidFileFormatException(String message, Throwable cause)InvalidFileFormatException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)InvalidFileFormatException(Throwable cause) -
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-
-