public class BoundsOutOfRangeException extends PdfException
Represents an exception which occurs when an item doesn't fit within the given container dimensions.
Constructor and Description |
---|
BoundsOutOfRangeException()
Initializes a new instance of the
BoundsOutOfRangeException class. |
BoundsOutOfRangeException(String message)
Initializes a new instance of the
BoundsOutOfRangeException class with a specified error message. |
BoundsOutOfRangeException(String message,
double containerWidth,
double containerHeight)
Initializes a new instance of the
BoundsOutOfRangeException class with a specified error message and item dimensions. |
generateCrashReport
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BoundsOutOfRangeException()
Initializes a new instance of the BoundsOutOfRangeException
class.
public BoundsOutOfRangeException(String message)
Initializes a new instance of the BoundsOutOfRangeException
class with a specified error message.
message
- The error message that explains the reason for the exception.public BoundsOutOfRangeException(String message, double containerWidth, double containerHeight)
Initializes a new instance of the BoundsOutOfRangeException
class with a specified error message and item dimensions.
message
- The error message that explains the reason for the exception.containerWidth
- The width of the container.containerHeight
- The height of the container.Copyright © 2025 Aspose. All Rights Reserved.