Class InvalidDataFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
com.adobe.acs.commons.synth.children.InvalidDataFormatException
- All Implemented Interfaces:
Serializable
public final class InvalidDataFormatException
extends javax.jcr.RepositoryException
Exception indicating the data representing the children is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDataFormatException(org.apache.sling.api.resource.Resource resource, String propertyName, String data) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataFormatException
-