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