open class PackagingException : Exception
Thrown if an exception occurs while reading a CPK/CPB file.
<init> |
Thrown if an exception occurs while reading a CPK/CPB file. PackagingException(message: String, cause: Throwable? = null) |
CordappManifestException |
Thrown if an exception occurs while parsing main cordapp Manifest . class CordappManifestException : PackagingException |
DependencyMetadataException |
Thrown if an exception occurs while parsing CPK dependencies. class DependencyMetadataException : PackagingException |
DependencyResolutionException |
Thrown if an error occurs while resolving CPK dependencies. open class DependencyResolutionException : PackagingException |
InvalidSignatureException |
Thrown if an invalid jar signature is detected. open class InvalidSignatureException : PackagingException |