public class NamedDebuggerFormatException extends IllegalArgumentException
Indicates a badly formatted NamedDebuggers configuration file.
aliteralmind __DASH__ github __AT__ yahoo __DOT__ com), dual-licensed under the LGPL (version 3.0 or later) or the ASL (version 2.0). See source code for details. http://codelet.aliteralmind.com, https://github.com/aliteralmind/codeletNamedDebuggers.newMapFromConfigFile(Map, Iterator, String, Appendable),
Serialized Form| Constructor and Description |
|---|
NamedDebuggerFormatException()
Create an NamedDebuggerFormatException with no error message.
|
NamedDebuggerFormatException(String message)
Create an NamedDebuggerFormatException.
|
NamedDebuggerFormatException(String message,
Throwable cause)
Create an NamedDebuggerFormatException.
|
NamedDebuggerFormatException(Throwable cause)
Create an NamedDebuggerFormatException with no error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NamedDebuggerFormatException()
Create an NamedDebuggerFormatException with no error message.
public NamedDebuggerFormatException(String message)
Create an NamedDebuggerFormatException.
public NamedDebuggerFormatException(Throwable cause)
Create an NamedDebuggerFormatException with no error message.
public NamedDebuggerFormatException(String message, Throwable cause)
Create an NamedDebuggerFormatException.
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet