Class: Error

PibImpl.Error(error)

new Error(error)

Create a PibImpl.Error which represents a non-semantic error in PIB implementation processing. A subclass of PibImpl may throw a subclass of this class when there's a non-semantic error, such as a storage problem. Call with: throw new PibImpl.Error(new Error("message")).
Parameters:
Name Type Description
error Error The exception created with new Error.
Source: