Uses of Class
com.atlassian.adf.model.ex.node.MediaException.MediaSizeException
-
Packages that use MediaException.MediaSizeException Package Description com.atlassian.adf.model.ex.node Various exceptions indicating that there is a problem with a node object within the ADF document structure. -
-
Uses of MediaException.MediaSizeException in com.atlassian.adf.model.ex.node
Subclasses of MediaException.MediaSizeException in com.atlassian.adf.model.ex.node Modifier and Type Class Description static classMediaException.HeightMustBePositiveReports an attempt to use an invalidheightvalue on amedianode or one of its containers.static classMediaException.WidthMustBePositiveReports an attempt to use an invalidwidthvalue on amedianode or one of its containers, except thatmediaSingleusesMediaException.WidthMustBeValidPercentageinstead.static classMediaException.WidthMustBeValidPercentageReports an attempt to use an invalidwidthvalue on a node that expects apercentagewidth value.static classMediaException.WidthMustBeValidPixelCountReports an attempt to use an invalidwidthvalue on a node that expects apixelcount.
-