public class ErrorMessage extends Object
private int
col
private Exception
exception
private String
location
row
ErrorMessage(Exception exception)
ErrorMessage(String location, int row, int col, Exception exception)
int
getCol()
Exception
getException()
String
getLocation()
getRow()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String location
private int row
private int col
private Exception exception
public ErrorMessage(String location, int row, int col, Exception exception)
public ErrorMessage(Exception exception)
public String getLocation()
public int getRow()
public int getCol()
public Exception getException()
Copyright © 2023. All rights reserved.