Class GerberParseException

All Implemented Interfaces:
Serializable

public class GerberParseException extends RuntimeException
Thrown when a Gerber input cannot be parsed successfully.

This is an unchecked exception so that the convenience factory methods on GerberContext remain easy to use in both application and library code.

See Also:
  • Constructor Details

    • GerberParseException

      public GerberParseException(String message)
      Creates a new GerberParseException with the specified detail message.
      Parameters:
      message - the detail message
    • GerberParseException

      public GerberParseException(String message, Throwable cause)
      Creates a new GerberParseException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause