Package org.spdx.tools
Class SpdxConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.tools.SpdxConverterException
- All Implemented Interfaces:
Serializable
public class SpdxConverterException extends Exception
- Author:
- Gary O'Neall Exceptions related to the SPDX converter utility
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpdxConverterException(String arg0)SpdxConverterException(String arg0, Throwable arg1)SpdxConverterException(String arg0, Throwable arg1, boolean arg2, boolean arg3)SpdxConverterException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdxConverterException
- Parameters:
arg0-
-
SpdxConverterException
- Parameters:
arg0-
-
SpdxConverterException
- Parameters:
arg0-arg1-
-
SpdxConverterException
- Parameters:
arg0-arg1-arg2-arg3-
-