java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.verron.officestamper.api.OfficeStamperException
- All Implemented Interfaces:
Serializable
OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the
processing of an Office document using the OfficeStamper library.
It provides additional constructors to handle different scenarios.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.OfficeStamperException(String message) OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.OfficeStamperException(String message, Throwable cause) OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.OfficeStamperException(Throwable cause) OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OfficeStamperException
OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.- Parameters:
message- a message describing the error
-
OfficeStamperException
OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.- Parameters:
cause- the cause of the exception
-
OfficeStamperException
OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.- Parameters:
message- a message describing the errorcause- the cause of the exception
-
OfficeStamperException
public OfficeStamperException()OfficeStamperException is a subclass of RuntimeException that represents an exception that can be thrown during the processing of an Office document using the OfficeStamper library.
-
-
Method Details
-
throwing
-
throwing
public static <T,U> Function<T,U> throwing(org.springframework.util.function.ThrowingFunction<T, U> function)
-