Module java.base

Class StructureViolationException

All Implemented Interfaces:
Serializable

public final class StructureViolationException extends RuntimeException
StructureViolationException is a preview API of the Java platform.
Programs can only use StructureViolationException when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Thrown when a structure violation is detected.
Since:
21
See Also:
  • Constructor Details

    • StructureViolationException

      public StructureViolationException()
      Constructs a StructureViolationException with no detail message.
    • StructureViolationException

      public StructureViolationException(String message)
      Constructs a StructureViolationException with the specified detail message.
      Parameters:
      message - the detail message, can be null