Package org.spdx.rdfparser.license
Class LicenseRestrictionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.rdfparser.license.LicenseRestrictionException
- All Implemented Interfaces:
Serializable
public class LicenseRestrictionException extends Exception
Java Exception while processing or handling SPDXLicenseExceptions
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LicenseRestrictionException()LicenseRestrictionException(String message)LicenseRestrictionException(String message, Throwable cause)LicenseRestrictionException(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
-
LicenseRestrictionException
public LicenseRestrictionException() -
LicenseRestrictionException
- Parameters:
message-
-
LicenseRestrictionException
- Parameters:
cause-
-
LicenseRestrictionException
- Parameters:
message-cause-
-