Package kieker.common.exception
Class RecordInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kieker.common.exception.RecordInstantiationException
- All Implemented Interfaces:
java.io.Serializable
public class RecordInstantiationException
extends java.lang.RuntimeException
Only thrown by the
kieker.common.record.factory.old.RecordFactoryWrapper
.- Since:
- 1.10
- Author:
- Christian Wulf, Reiner Jung - add format string support
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RecordInstantiationException(java.lang.String format, java.lang.Object... arguments)
Creates a new instance of a exception utilizing a format string.RecordInstantiationException(java.lang.Throwable throwable)
Creates a new instance of a exception. -
Method Summary
-
Constructor Details
-
RecordInstantiationException
public RecordInstantiationException(java.lang.Throwable throwable)Creates a new instance of a exception.- Parameters:
throwable
- related throwable
-
RecordInstantiationException
public RecordInstantiationException(java.lang.String format, java.lang.Object... arguments)Creates a new instance of a exception utilizing a format string.- Parameters:
format
- format stringarguments
- arguments used for the format string
-