Package com._1c.g5.v8.bm.common.check
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
Exception indicating a failed assertion.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBmAssertionException(String detail) Constructs a new exception with the given message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BmAssertionException
Constructs a new exception with the given message.- Parameters:
 detail- The message.
 
 -