Class UnsupportedTagContentException

All Implemented Interfaces:
Serializable

public class UnsupportedTagContentException extends DesignImportException
Exception thrown by TagHandlers when the tag being handled contains content that isn't supported by the TagHandler
See Also:
  • Constructor Details

    • UnsupportedTagContentException

      public UnsupportedTagContentException()
    • UnsupportedTagContentException

      public UnsupportedTagContentException(String message)
    • UnsupportedTagContentException

      public UnsupportedTagContentException(Exception cause)
    • UnsupportedTagContentException

      public UnsupportedTagContentException(String message, Exception cause)