org.rblasch.convert.assertion
Class AssertionError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.rblasch.convert.assertion.AssertionError
All Implemented Interfaces:
java.io.Serializable

public class AssertionError
extends java.lang.Error

Author:
Ronald Blaschke
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionError

public AssertionError()

AssertionError

public AssertionError(java.lang.String s)


Copyright © 2004 Ronald Blaschke. All Rights Reserved.