public class SimpleMethodSigFormatException extends IllegalArgumentException
Indicates a badly formatted SimpleMethodSignature string.
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 |
|---|
SimpleMethodSigFormatException(Object string_signature) |
SimpleMethodSigFormatException(Object string_signature,
String message) |
SimpleMethodSigFormatException(Object string_signature,
String message,
Throwable cause) |
SimpleMethodSigFormatException(Object string_signature,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringSignature() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimpleMethodSigFormatException(Object string_signature, String message)
public SimpleMethodSigFormatException(Object string_signature)
public SimpleMethodSigFormatException(Object string_signature, String message, Throwable cause)
public SimpleMethodSigFormatException(Object string_signature, Throwable cause)
public String getStringSignature()
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet