Package Torello.Java.Additional
Class ConstantPoolError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- Torello.Java.Additional.ConstantPoolError
-
- All Implemented Interfaces:
java.io.Serializable
public class ConstantPoolError extends java.lang.Error
This signifies that the Processing or Parsing of a Java'.class'File's Constant-Pool has failed.- See Also:
- Serialized Form
Hi-Lited Source-Code:- View Here: Torello/Java/Additional/ConstantPoolError.java
- Open New Browser-Tab: Torello/Java/Additional/ConstantPoolError.java
File Size: 1,891 Bytes Line Count: 53 '\n' Characters Found
-
-
Field Summary
Serializable ID Modifier and Type Field static longserialVersionUID
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
This fulfils the SerialVersion UID requirement for all classes that implement Java'sinterface java.io.Serializable. Using theSerializableImplementation offered by java is very easy, and can make saving program state when debugging a lot easier. It can also be used in place of more complicated systems like "hibernate" to store data as well.
Note that Java'sjava.lang.Exceptionandjava.lang.Errorclasses implement theSerializable interface, and a warning-free build expects this field be defined here.- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final long serialVersionUID = 1;
-
-