Class InvalidObjectError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- com.igormaznitsa.meta.common.exceptions.InvalidObjectError
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidObjectError extends java.lang.AssertionError
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
causeObject
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidObjectError(java.lang.String text, java.lang.Object invalidObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getCauseObject()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
causeObject
private final java.lang.Object causeObject
-
-