Class GraphTransformationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GraphTransformationException
    extends KernelException
    Superclass of any exception to be thrown in model transformation.
    Since:
    Ptolemy II 7.1
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    See Also:
    Serialized Form
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Yellow (tfeng)
    • Constructor Detail

      • GraphTransformationException

        public GraphTransformationException()
        Construct an exception with a no specific detail message.
      • GraphTransformationException

        public GraphTransformationException​(java.lang.String message)
        Construct an exception with a detail message.
        Parameters:
        message - The message.
      • GraphTransformationException

        public GraphTransformationException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Construct an exception with a detail message and a cause.
        Parameters:
        cause - The cause of this exception.
        message - The message.
      • GraphTransformationException

        public GraphTransformationException​(java.lang.Throwable cause)
        Construct an exception with a cause.
        Parameters:
        cause - The cause of this exception.