Package org.eclipse.wst.xsl.invoker.config


org.eclipse.wst.xsl.invoker.config
Class CreationException



public class CreationException
extends java.lang.Exception
Checked 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

CreationException

public CreationException(java.lang.String message)

Create a new instance of this with the given message.


CreationException

public CreationException(java.lang.String message , java.lang.Throwable cause)

Create a new instance of this with the given message and cause.