Serialized Form
-
Package com.igormaznitsa.jcp.exceptions
-
Exception Class com.igormaznitsa.jcp.exceptions.PreprocessorException
class PreprocessorException extends RuntimeException implements Serializable- serialVersionUID:
- 2857499664112391862L
-
Serialized Fields
-
processingString
String processingString
-
-
-
Package com.igormaznitsa.meta.common.exceptions
-
Exception Class com.igormaznitsa.meta.common.exceptions.AlreadyDisposedError
class AlreadyDisposedError extends AssertionError implements Serializable- serialVersionUID:
- 7712788236604932874L
-
Exception Class com.igormaznitsa.meta.common.exceptions.InvalidObjectError
class InvalidObjectError extends AssertionError implements Serializable- serialVersionUID:
- 7405430818263770604L
-
Serialized Fields
-
causeObject
Object causeObject
-
-
Exception Class com.igormaznitsa.meta.common.exceptions.TimeViolationError
class TimeViolationError extends AssertionError implements Serializable- serialVersionUID:
- 9175073973098827533L
-
Serialized Fields
-
detectedTimeInMilliseconds
long detectedTimeInMilliseconds
-
item
TimeGuard.TimeData item
-
-
Exception Class com.igormaznitsa.meta.common.exceptions.UnexpectedProcessingError
class UnexpectedProcessingError extends Error implements Serializable- serialVersionUID:
- 2301251513584024632L
-
-
Package com.igormaznitsa.meta.common.templates
-
Class com.igormaznitsa.meta.common.templates.DisposableTemplate
class DisposableTemplate extends Object implements Serializable- serialVersionUID:
- 789238003359873015L
-
Serialized Fields
-
disposedFlag
AtomicBoolean disposedFlag
-
-
Class com.igormaznitsa.meta.common.templates.KeepCreationPointTemplate
class KeepCreationPointTemplate extends Object implements Serializable- serialVersionUID:
- 2779254573622012575L
-
-
Package com.igormaznitsa.meta.common.utils
-
Class com.igormaznitsa.meta.common.utils.CallTrace
class CallTrace extends Object implements Serializable- serialVersionUID:
- -3908621401136825952L
-
Class com.igormaznitsa.meta.common.utils.Deferrers.Deferred
class Deferred extends Object implements Serializable- serialVersionUID:
- -1134788854676942497L
-
Serialized Fields
-
stackDepth
int stackDepth
-
-
Class com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
class TimeData extends Object implements Serializable- serialVersionUID:
- -2417415112571257128L
-
Serialized Fields
-
alertListener
TimeGuard.TimeAlertListener alertListener
Some provided processor to be called for alert.- Since:
- 1.0
-
alertMessage
String alertMessage
The Alert message to be provided into log or somewhere else, for time points it is ID.- Since:
- 1.0
-
creationTimeInMilliseconds
long creationTimeInMilliseconds
The Creation time of the data container in milliseconds.- Since:
- 1.0
-
maxAllowedDelayInMilliseconds
long maxAllowedDelayInMilliseconds
Max allowed time delay in milliseconds.- Since:
- 1.0
-
stackDepth
int stackDepth
Contains detected stack depth for creation.- Since:
- 1.0
-
-