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:
Serializable
Enclosing class:
Assert

public static class Assert.AssertException extends RuntimeException
The exception thrown when the condition is not met.
See Also:
  • Constructor Details

    • AssertException

      public AssertException(String message)
      Creates a new AssertException.
      Parameters:
      message - The message describing the reason why this exception is thrown