java.lang
Class AssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError

public class AssertionError
extends Error


Constructor Summary
AssertionError()
           
AssertionError(boolean message)
           
AssertionError(char message)
           
AssertionError(double message)
           
AssertionError(float message)
           
AssertionError(int message)
           
AssertionError(long message)
           
AssertionError(Object message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, 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(boolean message)

AssertionError

public AssertionError(char message)

AssertionError

public AssertionError(double message)

AssertionError

public AssertionError(float message)

AssertionError

public AssertionError(int message)

AssertionError

public AssertionError(long message)

AssertionError

public AssertionError(Object message)