Class UnknownCustomSchemaElement

All Implemented Interfaces:
Serializable

public class UnknownCustomSchemaElement extends PortalException
This exception can be used to indicate that a custom schema could not be found.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownCustomSchemaElement

      public UnknownCustomSchemaElement(String name)
      Constructs the exception with the name of the custom schema that could not be found.
      Parameters:
      name - the name of the schema that could not be found.