public class SgfBuildException
extends java.lang.Exception
Constructor and Description |
---|
SgfBuildException(int lineNo,
int colNo,
java.lang.String msg)
Creates a new SgfBuildException.
|
SgfBuildException(int lineNo,
int colNo,
java.lang.String msg,
java.lang.Throwable cause)
Creates a new SgfBuildException.
|
SgfBuildException(int lineNo,
java.lang.String msg)
Creates a new SgfBuildException.
|
SgfBuildException(int lineNo,
java.lang.String msg,
java.lang.Throwable cause)
Creates a new SgfBuildException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
public SgfBuildException(int lineNo, int colNo, java.lang.String msg)
lineNo
- The line in which the error occurred.colNo
- The column in which the error occurred.msg
- The error message.public SgfBuildException(int lineNo, java.lang.String msg)
lineNo
- the line in which the error occurredmsg
- the detailed error messagepublic SgfBuildException(int lineNo, int colNo, java.lang.String msg, java.lang.Throwable cause)
lineNo
- the in which the error occurredcolNo
- the column in which the error occurredmsg
- the detailed error messagepublic SgfBuildException(int lineNo, java.lang.String msg, java.lang.Throwable cause)
lineNo
- the in which the error occurredmsg
- the detailed error message