public class CannotParseException extends RuntimeException
| Constructor and Description |
|---|
CannotParseException()
Creates a new "cannot parse" exception.
|
CannotParseException(int code,
Object... args)
Creates a new "cannot parse" exception.
|
CannotParseException(String reason)
Creates a new "cannot parse" exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotParseException()
public CannotParseException(String reason)
reason - the reason why the property value cannot be parsedpublic CannotParseException(int code,
Object... args)
code - the code for retrieving the message text from the resource
bundleargs - the message argumentsThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.