Class StructureViolationException
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 SummaryConstructorsConstructorDescriptionConstructs aStructureViolationExceptionwith no detail message.StructureViolationException(String message) Constructs aStructureViolationExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StructureViolationExceptionpublic StructureViolationException()Constructs aStructureViolationExceptionwith no detail message.
- 
StructureViolationExceptionConstructs aStructureViolationExceptionwith the specified detail message.- Parameters:
- message- the detail message, can be null
 
 
- 
StructureViolationExceptionwhen preview features are enabled.