EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql
Class Assert.AssertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
Assert.AssertException(java.lang.String message)
          Creates a new AssertException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Assert.AssertException

public Assert.AssertException(java.lang.String message)
Creates a new AssertException.

Parameters:
message - The message describing the reason why this exception is thrown

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference