java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.concurrent.StructureViolationException
- All Implemented Interfaces:
 Serializable
StructureViolationException is a preview API of the Java platform.
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 Summary
ConstructorsConstructorDescriptionConstructs aStructureViolationExceptionwith no detail message.StructureViolationException(String message) Constructs aStructureViolationExceptionwith the specified detail message. - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
StructureViolationException
public StructureViolationException()Constructs aStructureViolationExceptionwith no detail message. - 
StructureViolationException
Constructs aStructureViolationExceptionwith the specified detail message.- Parameters:
 message- the detail message, can be null
 
 - 
 
StructureViolationExceptionwhen preview features are enabled.