Uses of Class
com.atlassian.adf.model.ex.node.MediaException
-
Packages that use MediaException 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 in com.atlassian.adf.model.ex.node
Subclasses of MediaException 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.MediaSizeExceptionReports an attempt to use an invalidwidthorheightvalue on amedianode or one of its containers.static classMediaException.TooManyContentItemsReports that too many content items were provided for amediaSinglenode.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.
-