B C D G N S

N

Notebook - Class in dino.api
The Notebook class is a data transfer object for information about a notebook.
Notebook() - Constructor for class dino.api.Notebook
 
NotebookAlreadyExistsException - Exception in dino.api
This exception is thrown in response to an attempt to create a notebook that already exists.
NotebookAlreadyExistsException() - Constructor for exception dino.api.NotebookAlreadyExistsException
 
NotebookAlreadyExistsException(String) - Constructor for exception dino.api.NotebookAlreadyExistsException
 
NotebookAlreadyExistsException(Throwable) - Constructor for exception dino.api.NotebookAlreadyExistsException
 
NotebookAlreadyExistsException(String, Throwable) - Constructor for exception dino.api.NotebookAlreadyExistsException
 
NotebookNotFoundException - Exception in dino.api
This exception is thrown in response to attempts to look up a non-existent notebook.
NotebookNotFoundException() - Constructor for exception dino.api.NotebookNotFoundException
 
NotebookNotFoundException(String) - Constructor for exception dino.api.NotebookNotFoundException
 
NotebookNotFoundException(Throwable) - Constructor for exception dino.api.NotebookNotFoundException
 
NotebookNotFoundException(String, Throwable) - Constructor for exception dino.api.NotebookNotFoundException
 

B C D G N S