Class UnknownTypeException

All Implemented Interfaces:
Serializable

public class UnknownTypeException extends SysException
Page composer exception that is used to notify the usage of an invalid element type.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownTypeException

      public UnknownTypeException(ElementType type)
      Constructs an exception for an unknown type.
      Parameters:
      type - The element type that was unknown or not supported.
  • Method Details

    • getType

      public ElementType getType()
      This method returns the element type that was not supported.
      Returns:
      The element type that was not supported.