Package com.atlassian.adf.model.ex.node
Class MediaException.WidthMustBePositive
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.adf.model.ex.AdfException
-
- com.atlassian.adf.model.ex.node.NodeException
-
- com.atlassian.adf.model.ex.node.MediaException
-
- com.atlassian.adf.model.ex.node.MediaException.MediaSizeException
-
- com.atlassian.adf.model.ex.node.MediaException.WidthMustBePositive
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MediaException
public static class MediaException.WidthMustBePositive extends MediaException.MediaSizeException
Reports an attempt to use an invalidwidthvalue on amedianode or one of its containers, except thatmediaSingleusesMediaException.WidthMustBeValidPercentageinstead.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.node.MediaException
MediaException.HeightMustBePositive, MediaException.MediaSizeException, MediaException.TooManyContentItems, MediaException.WidthMustBePositive, MediaException.WidthMustBeValidPercentage, MediaException.WidthMustBeValidPixelCount
-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.node.NodeException
NodeException.TypeMismatch
-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.AdfException
AdfException.DuplicateProperty, AdfException.EmptyProperty, AdfException.InvalidURI, AdfException.MissingProperty, AdfException.MissingType, AdfException.PropertyException, AdfException.UnexpectedRuntimeException, AdfException.UnsupportedEnumValue, AdfException.ValueTypeMismatch
-
-
Field Summary
-
Fields inherited from class com.atlassian.adf.model.ex.AdfException
MARK_PREFIX, MARKS_PREFIX, NODE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description WidthMustBePositive(Number width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Numberwidth()-
Methods inherited from class com.atlassian.adf.model.ex.AdfException
backtrace, frame, getPath, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-