Package org.spdx.library.model
Class InvalidSpdxPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
org.spdx.library.model.InvalidSpdxPropertyException
- All Implemented Interfaces:
Serializable
- Author:
- Gary O'Neall Invalid property name or value for an SPDX item
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSpdxPropertyException(String arg0, Throwable arg1) InvalidSpdxPropertyException(String arg0, Throwable arg1, boolean arg2, boolean arg3) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSpdxPropertyException
public InvalidSpdxPropertyException() -
InvalidSpdxPropertyException
- Parameters:
arg0-
-
InvalidSpdxPropertyException
- Parameters:
arg0-
-
InvalidSpdxPropertyException
- Parameters:
arg0-arg1-
-
InvalidSpdxPropertyException
- Parameters:
arg0-arg1-arg2-arg3-
-