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
ConstructorDescriptionConstructs aStructureViolationException
with no detail message.StructureViolationException
(String message) Constructs aStructureViolationException
with 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 aStructureViolationException
with no detail message. -
StructureViolationException
Constructs aStructureViolationException
with the specified detail message.- Parameters:
message
- the detail message, can be null
-
StructureViolationException
when preview features are enabled.