Package Torello.Browser.JsonAST
Class ASTError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- Torello.Browser.JsonAST.ASTError
-
- All Implemented Interfaces:
java.io.Serializable
public class ASTError extends java.lang.Error
General purpose exception, used in place of Java's Assert Statement- See Also:
- Serialized Form
Hi-Lited Source-Code:- View Here: Torello/Browser/JsonAST/ASTError.java
- Open New Browser-Tab: Torello/Browser/JsonAST/ASTError.java
File Size: 561 Bytes Line Count: 19 '\n' Characters Found
-
-
Field Summary
Fields Modifier and Type Field Description protected static longserialVersionUID
-
-
-
Field Detail
-
serialVersionUID
protected 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.- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
protected static final long serialVersionUID = 1;
-
-