All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.IllegalArgumentException | +----com.syncbuilder.storage.NoCreatorException
Summary |
public class NoCreatorException extends java.lang.IllegalArgumentException { // Constructors 2 public NoCreatorException(); public NoCreatorException(String); }
This Exception is thrown when you try to create a Pref object without supplying a creator ID. Since Pref objects are tied to their application through their creator ID, it is absolutely essential that you provide such an ID.
Cross Reference |
Constructors |
· NoCreatorException | Summary | Top |
public NoCreatorException()
· NoCreatorException | Summary | Top |
public NoCreatorException(String s)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7