com.jeffpalm.util
Class Assert.AssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.jeffpalm.util.Assert.AssertionError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Assert

public static final class Assert.AssertionError
extends java.lang.Error

See Also:
Serialized Form

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

Constructor Detail

Assert.AssertionError

public Assert.AssertionError(java.lang.String msg)