| Package | Description |
|---|---|
| org.harctoolbox.irp |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainViolationException
This Exception is thrown when a protocol parameter is outside of its domain.
|
class |
InvalidNameException
Thrown if a name is syntactically invalid.
|
class |
IrpInvalidArgumentException
Thrown for invalid arguments.
|
class |
NameUnassignedException
This exception is thrown when accessing a variable that has not been assigned.
|
class |
NonUniqueBitCodeException
Thrown if the BitCodes in a BitSpec are not unique.
|
class |
ParameterInconsistencyException |
static class |
Protocol.ProtocolNotDecodableException
This exception is thrown when trying to decode with a Protocol that is not decodeable.
|
static class |
Protocol.ProtocolNotRenderableException
This exception is thrown when trying to render with a Protocol that is not renderable.
|
class |
SignalRecognitionException |
class |
UnknownProtocolException
Thrown when trying to use an unknown protocol.
|
class |
UnsupportedRepeatException
Unsupported repeat found, for example, more than one infinite repeat, or hierarchical repeats.
|
| Modifier and Type | Method and Description |
|---|---|
IrSignal |
IrpDatabase.render(String protocolName,
Map<String,Long> params) |
Copyright © 2019. All rights reserved.