Constructors Summary |
---|
public TransformationException()Constructor TransformationException
super();
|
public TransformationException(String _msgID)Constructor TransformationException
super(_msgID);
|
public TransformationException(String _msgID, Object[] exArgs)Constructor TransformationException
super(_msgID, exArgs);
|
public TransformationException(String _msgID, Exception _originalException)Constructor TransformationException
super(_msgID, _originalException);
|
public TransformationException(String _msgID, Object[] exArgs, Exception _originalException)Constructor TransformationException
super(_msgID, exArgs, _originalException);
|