public class EDIFParseException
extends RuntimeException
Constructor and Description |
---|
EDIFParseException(com.xilinx.rapidwright.edif.EDIFToken token,
String message) |
EDIFParseException(String message) |
EDIFParseException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static EDIFParseException |
unexpectedEOF() |
public EDIFParseException(com.xilinx.rapidwright.edif.EDIFToken token, String message)
public EDIFParseException(String message)
public EDIFParseException(String message, Throwable cause)
public static EDIFParseException unexpectedEOF()