Class TridionReflectionException

All Implemented Interfaces:
Serializable

public class TridionReflectionException extends EmbeddingException
TridionReflectionException.
See Also:
  • Constructor Details

    • TridionReflectionException

      public TridionReflectionException(String message)
      Constructs a new TridionReflectionException with the passed detail message and null as its embedded Throwable.
      Parameters:
      message - The detail message.
    • TridionReflectionException

      public TridionReflectionException(Throwable embedded)
      Constructs a new TridionReflectionException with the specified embedded Throwable and null as its detail message.
      Parameters:
      embedded - Throwable to embed within this one.
    • TridionReflectionException

      public TridionReflectionException(String message, Throwable embedded)
      Constructs a new TridionReflectionException with the specified detail message and an embedded Throwable.
      Parameters:
      message - The detail message.
      embedded - Throwable to embed within this one