Serializablepublic class TransformationException extends XMLSecurityException
msgID| Constructor | Description |
|---|---|
TransformationException() |
Constructor TransformationException
|
TransformationException(Exception ex) |
|
TransformationException(Exception originalException,
String msgID) |
Constructor TransformationException
|
TransformationException(Exception originalException,
String msgID,
Object[] exArgs) |
Constructor TransformationException
|
TransformationException(String msgID) |
Constructor TransformationException
|
TransformationException(String msgID,
Exception originalException) |
Deprecated.
|
TransformationException(String msgID,
Object[] exArgs) |
Constructor TransformationException
|
TransformationException(String msgID,
Object[] exArgs,
Exception originalException) |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTracegetMsgID, getOriginalException, printStackTrace, toStringpublic TransformationException()
public TransformationException(Exception ex)
public TransformationException(String msgID)
msgID - public TransformationException(String msgID, Object[] exArgs)
msgID - exArgs - public TransformationException(Exception originalException, String msgID)
originalException - msgID - @Deprecated public TransformationException(String msgID, Exception originalException)
public TransformationException(Exception originalException, String msgID, Object[] exArgs)
originalException - msgID - exArgs - @Deprecated public TransformationException(String msgID, Object[] exArgs, Exception originalException)
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.