- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertException(String message)
Creates a newAssertException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AssertException
public AssertException(String message)
Creates a newAssertException
.- Parameters:
message
- The message describing the reason why this exception is thrown
-
-