Save This Page
Home » jexcelapi_2_6_8 » common » [javadoc | source]
common
public class: AssertionFailed [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            common.AssertionFailed

All Implemented Interfaces:
    Serializable

An exception thrown when an assert (from the Assert class) fails
Constructor:
 public AssertionFailed() 
 public AssertionFailed(String s) 
    Constructor with message Prints the stack trace
    Parameters:
    s - Message thrown with the assertion
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait