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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 string
      arguments - arguments used for the format string