java.lang
Class AssertionError

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

public class AssertionError
extends Error


Constructor Summary
AssertionError()
           
AssertionError(char message)
           
AssertionError(double message)
           
AssertionError(float message)
           
AssertionError(int message)
           
AssertionError(long message)
           
AssertionError(Object message)
           
AssertionError(short message)
           
AssertionError(String message, Throwable cause)
           
AssertionError(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

AssertionError

public AssertionError(Object message)

AssertionError

public AssertionError(char message)

AssertionError

public AssertionError(int message)

AssertionError

public AssertionError(short message)

AssertionError

public AssertionError(long message)

AssertionError

public AssertionError(double message)

AssertionError

public AssertionError(float message)

AssertionError

public AssertionError()

AssertionError

public AssertionError(Throwable cause)

AssertionError

public AssertionError(String message,
                      Throwable cause)