Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bindata
v2.1.0
ASN1
BER
ExtendedIdentifier
Identifier
InvalidObjectId
InvalidTag
Length
TagClass
UniversalTags
BER
BinData
BitField
CustomException
ParseError
ReadingVerificationException
VerificationException
WriteError
WritingVerificationException
Generated using Crystal 1.12.2
2024-07-19 09:44:11 UTC
class
BinData::
CustomException
BinData::CustomException
Exception
Reference
Object
Direct Known Subclasses
BinData::ParseError
BinData::VerificationException
BinData::WriteError
Defined in:
bindata/exceptions.cr
Constructors
.new
(message, ex : Exception)
.new
(message)
Instance Method Summary
#field
: String | Nil
#field_type
: String | Nil
#klass
: String | Nil
Constructor Detail
def self.
new
(message, ex : Exception)
#
[
View source
]
def self.
new
(message)
#
[
View source
]
Instance Method Detail
def
field
: String | Nil
#
[
View source
]
def
field_type
: String | Nil
#
[
View source
]
def
klass
: String | Nil
#
[
View source
]