Package | Description |
---|---|
java.io |
Input/Output support
|
java.lang |
Core Java classes
|
java.net |
Network communication through TCP and UDP sockets or URLs.
|
java.text |
Provides classes and interfaces for handling text, dates, numbers, and messages
in a manner independent of natural languages.
|
java.util |
Utilities
|
tijos.framework.networkcenter.mqtt |
MQTT3.1.1 client
|
tijos.framework.util.json |
JSON-java suppport
|
Modifier and Type | Class and Description |
---|---|
class |
EOFException
This exception is thrown when the end of the file or stream was
encountered unexpectedly.
|
class |
FileNotFoundException |
class |
InterruptedIOException
This exception is thrown when a in process I/O operation is interrupted
for some reason.
|
class |
IOException
This exception is thrown to indicate an I/O problem of some sort
occurred.
|
class |
UnsupportedEncodingException
This exception is thrown when the requested character encoding is
not supported.
|
class |
UTFDataFormatException
When reading a UTF string from an input stream, this exception is thrown
to indicate that the data read is invalid.
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticException |
class |
ArrayIndexOutOfBoundsException |
class |
ArrayStoreException |
class |
ClassCastException |
class |
ClassNotFoundException |
class |
CloneNotSupportedException |
class |
IllegalArgumentException |
class |
IllegalMonitorStateException |
class |
IllegalStateException |
class |
IndexOutOfBoundsException |
class |
InterruptedException |
class |
NegativeArraySizeException |
class |
NullPointerException |
class |
NumberFormatException |
class |
RuntimeException |
class |
StringIndexOutOfBoundsException |
class |
UnsupportedOperationException |
Modifier and Type | Method and Description |
---|---|
void |
AutoCloseable.close() |
Modifier and Type | Class and Description |
---|---|
class |
SocketException
This exception indicates that a generic error occurred related to an
operation on a socket.
|
class |
SocketTimeoutException
This exception signals that a socket read or accept timed out.
|
class |
UnknownHostException
This exception indicates that an attempt was made to reference a hostname or
IP address that is not valid.
|
class |
URISyntaxException
This exception is thrown when a String cannot be parsed as a URI.
|
Modifier and Type | Class and Description |
---|---|
class |
ParseException
Signals that an error has been reached unexpectedly
while parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentModificationException
Exception thrown by Iterators if the underlying connection has been modified during the iteration.
|
class |
EmptyQueueException
An exception thrown by some Queue class methods
to indicate that the Queue is empty
|
class |
EmptyStackException
An exception thrown by some stack class methods
to indicate that the stack is empty
|
class |
MissingResourceException
This exception is thrown when a resource is missing.
|
class |
NoSuchElementException
NoSuchElementException is a Exception used with StringTokenizer
|
Modifier and Type | Class and Description |
---|---|
class |
MqttException
This exception is thrown to indicate an mqtt problem of some sort occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONException
The JSONException is thrown by the JSON.org classes when things are amiss.
|