com.ideanest.util
Class AssertionError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.ideanest.util.AssertionError
All Implemented Interfaces:
java.io.Serializable

public class AssertionError
extends java.lang.Error

See Also:
Serialized Form

Constructor Summary
AssertionError()
           
AssertionError(java.lang.String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionError

public AssertionError()

AssertionError

public AssertionError(java.lang.String s)