Package org.eclipse.persistence.jpa.jpql
Class Assert.AssertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.persistence.jpa.jpql.Assert.AssertException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Assert
public static class Assert.AssertException extends java.lang.RuntimeException
The exception thrown when the condition is not met.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertException(java.lang.String message)
Creates a newAssertException
.
-