Class StructureProviderException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionStructureProviderException(String message) StructureProviderException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StructureProviderException
public StructureProviderException() -
StructureProviderException
-
StructureProviderException
-
StructureProviderException
-