org.apache.derby.iapi.services.sanity
Class AssertFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.derby.shared.common.sanity.AssertFailure
                  extended by org.apache.derby.iapi.services.sanity.AssertFailure
All Implemented Interfaces:
java.io.Serializable

public class AssertFailure
extends AssertFailure

A refactoring wrapper around the shared location

See Also:
Serialized Form

Constructor Summary
AssertFailure(java.lang.String message)
          This constructor expects no arguments or nested error.
AssertFailure(java.lang.String message, java.lang.Throwable nestedError)
           
 
Method Summary
 
Methods inherited from class org.apache.derby.shared.common.sanity.AssertFailure
getThreadDump, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertFailure

public AssertFailure(java.lang.String message,
                     java.lang.Throwable nestedError)

AssertFailure

public AssertFailure(java.lang.String message)
This constructor expects no arguments or nested error.


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.