Package com.tridion.util
Class TridionReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tridion.DeliveryException
com.tridion.EmbeddingException
com.tridion.util.TridionReflectionException
- All Implemented Interfaces:
Serializable
TridionReflectionException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTridionReflectionException(String message) Constructs a newTridionReflectionExceptionwith the passed detail message andnullas its embeddedThrowable.TridionReflectionException(String message, Throwable embedded) Constructs a newTridionReflectionExceptionwith the specified detail message and an embeddedThrowable.TridionReflectionException(Throwable embedded) Constructs a newTridionReflectionExceptionwith the specified embeddedThrowableandnullas its detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TridionReflectionException
Constructs a newTridionReflectionExceptionwith the passed detail message andnullas its embeddedThrowable.- Parameters:
message- The detail message.
-
TridionReflectionException
Constructs a newTridionReflectionExceptionwith the specified embeddedThrowableandnullas its detail message.- Parameters:
embedded-Throwableto embed within this one.
-
TridionReflectionException
Constructs a newTridionReflectionExceptionwith the specified detail message and an embeddedThrowable.- Parameters:
message- The detail message.embedded-Throwableto embed within this one
-