Class EmptyPathException

All Implemented Interfaces:
Serializable

public class EmptyPathException extends RuntimeException
This indicates that a path had no shape data.

This means it had no lines, quadratic or cubic segments in it (although it may have had a MOVE_TO and a CLOSE segment).

See Also:
  • Constructor Details

    • EmptyPathException

      public EmptyPathException()
    • EmptyPathException

      public EmptyPathException(String message)
    • EmptyPathException

      public EmptyPathException(Throwable cause)
    • EmptyPathException

      public EmptyPathException(String message, Throwable cause)