public class BulletDSLException extends Exception
Constructor and Description |
---|
BulletDSLException(String message)
Constructor to initialize BulletDSLException with a message.
|
BulletDSLException(String message,
Throwable cause)
Constructor to initialize BulletDSLException with a message and a
Throwable cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BulletDSLException(String message)
message
- The error message to be associated with this BulletDSLException.Copyright © 2021. All rights reserved.