public class CodeletFormatException extends IllegalArgumentException
Indicates the text in a codelet is invalid.
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/codelet| Constructor and Description |
|---|
CodeletFormatException(CodeletInstance instance) |
CodeletFormatException(CodeletInstance instance,
String message) |
CodeletFormatException(CodeletInstance instance,
String message,
Throwable cause) |
CodeletFormatException(CodeletInstance instance,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getErrorMessage(CodeletInstance instance,
String message) |
CodeletInstance |
getInstance() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CodeletFormatException(CodeletInstance instance, String message)
public CodeletFormatException(CodeletInstance instance)
public CodeletFormatException(CodeletInstance instance, String message, Throwable cause)
public CodeletFormatException(CodeletInstance instance, Throwable cause)
public CodeletInstance getInstance()
public static final String getErrorMessage(CodeletInstance instance, String message)
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet