javax.media.j3d
Class AssertionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.media.j3d.AssertionFailureException
All Implemented Interfaces:
java.io.Serializable

 class AssertionFailureException
extends java.lang.RuntimeException

Indicates an assertion failure.


Constructor Summary
AssertionFailureException()
          Create the exception object with default values.
AssertionFailureException(java.lang.String str)
          Create the exception object that outputs message.
 
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

AssertionFailureException

AssertionFailureException()
Create the exception object with default values.


AssertionFailureException

AssertionFailureException(java.lang.String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.