public interface R2ObjMeshErrorListenerType
| Modifier and Type | Method and Description |
|---|---|
void |
onError(com.io7m.jlexing.core.LexicalPositionType<Path> p,
Optional<Throwable> exception,
Optional<String> mesh,
Optional<com.io7m.jobj.core.JOParserErrorCode> code,
String message)
An error occurred.
|
void onError(com.io7m.jlexing.core.LexicalPositionType<Path> p, Optional<Throwable> exception, Optional<String> mesh, Optional<com.io7m.jobj.core.JOParserErrorCode> code, String message)
p - The lexical position of the errorexception - The exception raised, if anymesh - The current mesh, if anycode - The error code, if anymessage - The error messageCopyright © 2016 <code@io7m.com> http://io7m.com