Serialized Form
-
Package org.json.simple
-
Class org.json.simple.JSONArray extends java.util.ArrayList implements Serializable
- serialVersionUID:
- 3957988303675231981L
-
Class org.json.simple.JSONObject extends java.util.HashMap implements Serializable
- serialVersionUID:
- -503443796854799292L
-
-
Package org.json.simple.parser
-
Class org.json.simple.parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7880698968187728547L
-
Serialized Fields
-
errorType
int errorType
-
position
int position
-
unexpectedObject
java.lang.Object unexpectedObject
-
-
-
Package totalcross
-
Class totalcross.Launcher extends java.applet.Applet implements Serializable
-
Serialized Fields
-
_class
java.lang.Class<?> _class
-
activationKey
java.lang.String activationKey
-
alert
totalcross.Launcher.AlertBox alert
-
appletInitialized
boolean appletInitialized
-
className
java.lang.String className
-
commandLine
java.lang.String commandLine
-
crid4settings
java.lang.String crid4settings
-
destroyed
boolean destroyed
-
eventThread
TCEventThread eventThread
-
fastScale
boolean fastScale
-
frame
totalcross.Launcher.LauncherFrame frame
-
frameTitle
java.lang.String frameTitle
-
htAttachedFiles
Hashtable htAttachedFiles
-
htLoadedFonts
Hashtable htLoadedFonts
-
htOpenedAt
Hashtable htOpenedAt
-
ignoreNextResize
boolean ignoreNextResize
-
isDemo
boolean isDemo
-
isMainClass
boolean isMainClass
-
isRightButton
boolean isRightButton
-
keysPressed
IntHashtable keysPressed
-
loadedFontsMap
java.util.Map<java.lang.String,java.lang.String> loadedFontsMap
-
lookupB
int[] lookupB
-
lookupG
int[] lookupG
-
lookupGray
int[] lookupGray
-
lookupR
int[] lookupR
-
mainWindow
MainWindow mainWindow
-
mmsb
java.lang.StringBuffer mmsb
-
modifiers
int modifiers
-
pal685
int[] pal685
-
screenImg
java.awt.image.BufferedImage screenImg
-
screenPixels
int[] screenPixels
-
settingsFilled
boolean settingsFilled
-
showKeyCodes
boolean showKeyCodes
-
started
boolean started
-
startPY
int startPY
-
threadCount
int threadCount
-
thumbnailBuilder
net.coobird.thumbnailator.Thumbnails.Builder<java.awt.image.BufferedImage> thumbnailBuilder
-
toBpp
int toBpp
-
toDensityValue
double toDensityValue
-
toHeight
int toHeight
-
toInsetsLandscape
Insets toInsetsLandscape
-
toInsetsPortrait
Insets toInsetsPortrait
-
toScale
double toScale
-
toScaleValue
double toScaleValue
-
toUI
int toUI
-
toWidth
int toWidth
-
toX
int toX
-
toY
int toY
-
winTimer
totalcross.Launcher.WinTimer winTimer
-
-
-
-
Package totalcross.crypto
-
Class totalcross.crypto.CryptoException extends java.lang.Exception implements Serializable
-
Class totalcross.crypto.NoSuchAlgorithmException extends CryptoException implements Serializable
-
-
Package totalcross.crypto.provider
-
Class totalcross.crypto.provider.PBKDF2SecretKey extends java.lang.Object implements Serializable
-
Serialized Fields
-
encoded
byte[] encoded
-
keySpec
javax.crypto.spec.PBEKeySpec keySpec
-
-
-
-
Package totalcross.game
-
Class totalcross.game.GameEngineException extends java.lang.RuntimeException implements Serializable
-
-
Package totalcross.io
-
Class totalcross.io.EOFException extends IOException implements Serializable
-
Class totalcross.io.FileNotFoundException extends IOException implements Serializable
-
Class totalcross.io.IllegalArgumentIOException extends IOException implements Serializable
-
Class totalcross.io.IOException extends java.io.IOException implements Serializable
- serialVersionUID:
- 166767434534267900L
-
-
Package totalcross.io.device.gps
-
Class totalcross.io.device.gps.GPSDisabledException extends IOException implements Serializable
-
-
Package totalcross.json
-
Class totalcross.json.JSONException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
Package totalcross.net
-
Class totalcross.net.AuthenticationException extends java.lang.Exception implements Serializable
-
Class totalcross.net.FTPConnectionClosedException extends java.lang.Exception implements Serializable
-
Class totalcross.net.SocketTimeoutException extends IOException implements Serializable
-
Class totalcross.net.UnknownHostException extends IOException implements Serializable
-
-
Package totalcross.net.mail
-
Class totalcross.net.mail.AddressException extends java.lang.Exception implements Serializable
-
Class totalcross.net.mail.MessagingException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
-
Package totalcross.sql
-
Class totalcross.sql.BatchUpdateException extends SQLException implements Serializable
- serialVersionUID:
- 5977529877145521757L
-
Serialized Fields
-
updateCounts
int[] updateCounts
This is the array of update counts for the commands which completed successfully prior to the error.
-
-
Class totalcross.sql.SQLException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
code
int code
-
next
SQLException next
-
state
java.lang.String state
-
-
-
Class totalcross.sql.SQLWarning extends SQLException implements Serializable
-
Serialized Fields
-
next
SQLWarning next
-
-
-
-
Package totalcross.sys
-
Class totalcross.sys.AppExitException extends java.lang.RuntimeException implements Serializable
-
Class totalcross.sys.InvalidNumberException extends java.lang.Exception implements Serializable
-
-
Package totalcross.ui.image
-
Class totalcross.ui.image.ImageException extends java.lang.Exception implements Serializable
-
-
Package totalcross.unit
-
Class totalcross.unit.AssertionFailedError extends java.lang.RuntimeException implements Serializable
-
-
Package totalcross.util
-
Class totalcross.util.ConcurrentModificationException4D extends java.lang.RuntimeException implements Serializable
-
Class totalcross.util.ElementNotFoundException extends java.lang.Exception implements Serializable
-
Class totalcross.util.EmptyStackException4D extends java.lang.RuntimeException implements Serializable
-
Class totalcross.util.IntHashtable.DuplicatedKeyException extends java.lang.RuntimeException implements Serializable
-
Class totalcross.util.InvalidDateException extends java.lang.Exception implements Serializable
-
Class totalcross.util.NoSuchElementException4D extends java.lang.RuntimeException implements Serializable
-
Class totalcross.util.NotInstalledException extends java.lang.Exception implements Serializable
-
Class totalcross.util.Stack4D extends java.util.Vector<T extends java.lang.Object> implements Serializable
-
-
Package totalcross.util.regex
-
Class totalcross.util.regex.PatternSyntaxException extends java.lang.IllegalArgumentException implements Serializable
-
-
Package totalcross.util.zip
-
Class totalcross.util.zip.ZipException extends IOException implements Serializable
- serialVersionUID:
- 8000196834066748623L
-
Class totalcross.util.zip.ZLibException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
internalError
java.lang.String internalError
-
-
-
-
Package totalcross.xml
-
Class totalcross.xml.SyntaxException extends java.lang.Exception implements Serializable
-
-
Package totalcross.xml.rpc
-
Class totalcross.xml.rpc.XmlRpcException extends java.lang.Exception implements Serializable
-
-
Package totalcross.xml.soap
-
Class totalcross.xml.soap.SOAPException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-