Class StructureProviderException

Object
Throwable
Exception
StructureProviderException
All Implemented Interfaces:
Serializable

@PublicApi public class StructureProviderException extends Exception

StructureProviderException is intended to be used by the code that extends Structure via implementing SPI interfaces. Where this exception is declared, Structure lets the extending code signal errors.

See Also:
  • Constructor Details

    • StructureProviderException

      public StructureProviderException()
    • StructureProviderException

      public StructureProviderException(Throwable cause)
    • StructureProviderException

      public StructureProviderException(String message)
    • StructureProviderException

      public StructureProviderException(String message, Throwable cause)