Class AssertFailure

All Implemented Interfaces:
Serializable

public class AssertFailure extends RuntimeException
todo:
Since:
3 December, 2001
Version:
$Id: //open/util/resgen/src/org/eigenbase/xom/AssertFailure.java#3 $
Author:
jhyde
See Also:
  • Constructor Details

    • AssertFailure

      public AssertFailure()
      Construct an AssertFailure with no message
    • AssertFailure

      public AssertFailure(String s)
      Construct an AssertFailure with a simple detail message.
    • AssertFailure

      public AssertFailure(Throwable th)
      Construct an AssertFailure from an exception. This indicates an unexpected exception of another type. We'll fill in the stack trace when printing the message.
    • AssertFailure

      public AssertFailure(Throwable th, String s)
      Similar to the previous constructor, except allows a custom message on top of the exception