labelingsystem-server  Version 0.1.0.0
MemoryException Class Reference

EXCEPTION for data that is too much to display. More...

Inheritance diagram for MemoryException:
Collaboration diagram for MemoryException:

Public Member Functions

 MemoryException (String message)
 EXCEPTION for Config functions. More...
 
 MemoryException ()
 EXCEPTION for Config functions. More...
 

Detailed Description

EXCEPTION for data that is too much to display.

Author
Florian Thiery M.Sc.
i3mainz - Institute for Spatial Information and Surveying Technology
Version
11.06.2015

Constructor & Destructor Documentation

◆ MemoryException() [1/2]

MemoryException ( String  message)

EXCEPTION for Config functions.

Parameters
message
16  {
17  super(message);
18  }

◆ MemoryException() [2/2]

EXCEPTION for Config functions.

23  {
24  super();
25  }