Package com.day.cq.wcm.designimporter
Class UnsupportedTagContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.day.cq.wcm.designimporter.DesignImportException
-
- com.day.cq.wcm.designimporter.UnsupportedTagContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedTagContentException extends DesignImportException
Exception thrown byTagHandler
s when the tag being handled contains content that isn't supported by theTagHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTagContentException()
UnsupportedTagContentException(java.lang.Exception cause)
UnsupportedTagContentException(java.lang.String message)
UnsupportedTagContentException(java.lang.String message, java.lang.Exception cause)
-
-
-
Constructor Detail
-
UnsupportedTagContentException
public UnsupportedTagContentException()
-
UnsupportedTagContentException
public UnsupportedTagContentException(java.lang.String message)
-
UnsupportedTagContentException
public UnsupportedTagContentException(java.lang.Exception cause)
-
UnsupportedTagContentException
public UnsupportedTagContentException(java.lang.String message, java.lang.Exception cause)
-
-