Package org.eclipse.wst.xsl.invoker.config
public class CreationException extends java.lang.ExceptionChecked Exception for object creation errors.
Constructor Summary |
CreationException(java.lang.String message) |
CreationException(java.lang.String message
,
java.lang.Throwable cause) |
Method Summary |
Constructor Detail |
public CreationException(java.lang.String message)
Create a new instance of this with the given message.
public CreationException(java.lang.String message
,
java.lang.Throwable cause)
Create a new instance of this with the given message and cause.