Class BaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
convex.core.exceptions.BaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LockedWalletException, ValidationException

public abstract class BaseException extends Exception
Abstract base class for exceptions that we expect to encounter and need to handle. "If you don’t handle [exceptions], we shut your application down. That dramatically increases the reliability of the system.” - Anders Hejlsberg
See Also: