%Exception.General
class %Exception.General extends %Exception.AbstractException
Simple exception class that can be throw in user code. You can throw this with code similar to:Throw ##class(%Exception.General).%New(name,numericCode,location,data)
Inherited Members
Inherited Properties
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- AsSQLCODE()
- AsSQLMessage()
- AsStatus()
- DisplayString()
- Log()
- OutputToDevice()
- OutputToStream()
- SQLMessageString()
- StackAsArray()