Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.util.AssertionException

All Implemented Interfaces:
java.io.Serializable

public class AssertionException
extends java.lang.RuntimeException

An AssertionException is thrown when an assertion fails.

Version:
1.00, 04/21/99
Author:
Cameron Purdy

Constructor Summary
AssertionException()
          Constructs a AssertionException with no detail message.
AssertionException(java.lang.String s)
          Constructs a AssertionException with the specified detail message.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Constructor Detail

AssertionException

public AssertionException()
Constructs a AssertionException with no detail message. A detail message is a String that describes this particular exception.

AssertionException

public AssertionException(java.lang.String s)
Constructs a AssertionException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the String that contains a detailed message

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.