public class ParserCacheException extends Exception
ParserCacheStorage
operations.Constructor and Description |
---|
ParserCacheException(String message)
Constructs a
ParserCacheException object |
ParserCacheException(String format,
Object... parameters)
Constructs a
ParserCacheException object |
ParserCacheException(Throwable cause,
String message)
Constructs a
ParserCacheException object |
ParserCacheException(Throwable cause,
String format,
Object... parameters)
Constructs a
ParserCacheException object |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserCacheException(String message)
ParserCacheException
objectmessage
- the message of the Exception.public ParserCacheException(Throwable cause, String message)
ParserCacheException
objectcause
- the cause for this exceptionmessage
- the message of the Exception.public ParserCacheException(String format, Object... parameters)
ParserCacheException
objectformat
- a format String
to create the ParserCacheException
message.parameters
- the parameters for formatting the message.public ParserCacheException(Throwable cause, String format, Object... parameters)
ParserCacheException
objectcause
- the cause for this exceptionformat
- a format String
to create the ParserCacheException
message.parameters
- the parameters for formatting the message.