Package org.spdx.tools
Class InvalidFileNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.tools.InvalidFileNameException
- All Implemented Interfaces:
Serializable
Illegal parameter fro a file name
- Author:
- Gary O'Neall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFileNameException(String message) InvalidFileNameException(String message, Throwable cause) InvalidFileNameException(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
-
InvalidFileNameException
- Parameters:
message-
-
InvalidFileNameException
- Parameters:
cause-
-
InvalidFileNameException
- Parameters:
message-cause-
-
InvalidFileNameException
public InvalidFileNameException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message-cause-enableSuppression-writableStackTrace-
-