Package owl.run.parser
Class PipelineParser.ModuleParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- owl.run.parser.PipelineParser.ModuleParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PipelineParser
public static class PipelineParser.ModuleParseException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description OwlModuleParser<?>
settings
-
Constructor Summary
Constructors Constructor Description ModuleParseException(org.apache.commons.cli.ParseException cause, OwlModuleParser<?> settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.cli.ParseException
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
settings
public final OwlModuleParser<?> settings
-
-
Constructor Detail
-
ModuleParseException
public ModuleParseException(org.apache.commons.cli.ParseException cause, OwlModuleParser<?> settings)
-
-