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:
Serializable
Only thrown by the
kieker.common.record.factory.old.RecordFactoryWrapper.- Since:
- 1.10
- Author:
- Christian Wulf, Reiner Jung - add format string support
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecordInstantiationException(String format, Object... arguments) Creates a new instance of a exception utilizing a format string.RecordInstantiationException(Throwable throwable) Creates a new instance of a exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecordInstantiationException
Creates a new instance of a exception.- Parameters:
throwable- related throwable
-
RecordInstantiationException
Creates a new instance of a exception utilizing a format string.- Parameters:
format- format stringarguments- arguments used for the format string
-