Uses of Class
org.openbase.jps.exception.JPServiceException
-
Packages that use JPServiceException Package Description org.openbase.jps.core org.openbase.jps.exception org.openbase.jps.preset -
-
Uses of JPServiceException in org.openbase.jps.core
Methods in org.openbase.jps.core that throw JPServiceException Modifier and Type Method Description static voidJPService. parse(String[] args)Analyze the input arguments and setup all registered Properties.static voidJPService. parse(List<String> args)Analyze the input arguments and setup all registered Properties.static voidJPService. printHelp()Method prints the help screen.static voidJPService. setupJUnitTestMode()Setup JPService for JUnitTests By using the JPService during JUnit Tests it's recommended to call this method after property registration instead using the parsing methods because command line property handling makes no sense in the context of unit tests..protected voidAbstractJavaProperty. updateValue() -
Uses of JPServiceException in org.openbase.jps.exception
Subclasses of JPServiceException in org.openbase.jps.exception Modifier and Type Class Description classJPBadArgumentExceptionclassJPInitializationExceptionclassJPNotAvailableExceptionclassJPParsingExceptionclassJPValidationException -
Uses of JPServiceException in org.openbase.jps.preset
Methods in org.openbase.jps.preset that throw JPServiceException Modifier and Type Method Description FileAbstractJPFile. getParentDirectory()protected EAbstractJPEnum. parse(List<String> arguments)protected org.openbase.jps.preset.JPLogLevel.LogLevelJPLogLevel. parse(List<String> arguments)
-