org.apache.taglibs.cache
Class AssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.taglibs.cache.AssertionError
All Implemented Interfaces:
java.io.Serializable

public class AssertionError
extends java.lang.Error

Thrown to indicate that an assertion has failed. (Limited placeholder for JDK 1.4 "AssertionError" in non-1.4 environments.)

Author:
Shawn Bayern
See Also:
Serialized Form

Constructor Summary
AssertionError()
           
AssertionError(java.lang.String s)
           
 
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

AssertionError

public AssertionError()

AssertionError

public AssertionError(java.lang.String s)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.