| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.griphyn.vdl.classes.IllegalTransformationException
IllegalTransformationException | public class IllegalTransformationException extends java.lang.RuntimeException (Code) | | This exception is thrown if a Transformation
simultaneously displays child elements for a simple transformation
and child elements for a compound transformation. A method is not
required to declare in its throws clause any subclasses of
RuntimeException that might be thrown during the execution of the
method but not caught.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ See Also: Transformation See Also: |
IllegalTransformationException | public IllegalTransformationException()(Code) | | Constructs a IllegalTransformationException with no
detail message.
|
IllegalTransformationException | public IllegalTransformationException(String s)(Code) | | Constructs a IllegalTransformationException with the
specified detailed message.
Parameters: s - is the detailled message. |
|
|
|