Package org.obolibrary.robot.exceptions
Class RowParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.obolibrary.robot.exceptions.RowParseException
-
- All Implemented Interfaces:
Serializable
public class RowParseException extends Exception
Template row cannot be parsed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RowParseException(String s)
Throw new RowParseException with message.RowParseException(String s, int rowNum, int colNum, String cellValue)
Throw a new RowParseException with message and location.RowParseException(String s, Exception e)
Throw new RowParseException with message amd cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-