Class BmAssertionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.bm.common.check.BmAssertionException
All Implemented Interfaces:
Serializable

public class BmAssertionException extends RuntimeException
Exception indicating a failed assertion.
See Also:
  • Constructor Details

    • BmAssertionException

      public BmAssertionException(String detail)
      Constructs a new exception with the given message.
      Parameters:
      detail - The message.