saker.nest Documentation TaskDoc JavaDoc Packages
public class InvalidNestBundleException extends IllegalArgumentException
Thrown when a bundle failed to be validated for the requirements associated with the given operation.

This is usually thrown when the bundle meta-data has an invalid format. It can also be thrown when a bundle that is expected to be loaded for a given bundle identifier has an other bundle identifier declared in it.

Constructors
public
Constructs an IllegalArgumentException with the specified detail message.
public
Constructs a new exception with the specified detail message and cause.
Documentation included from: IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
sthe detail message.
Documentation included from: IllegalArgumentException
Constructs a new exception with the specified detail message and cause.

Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

messagethe detail message (which is saved for later retrieval by the Throwable.getMessage() method).
causethe cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
1.5