public class CompilerError extends Error
| Constructor and Description |
|---|
CompilerError(String message)
Creates a raw CompilerError directly from an unlocalized message.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilerError |
create(String msgkey,
Object... args)
Preferred mechanism for creating a localized CompilerError.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerError(String message)
message - public static CompilerError create(String msgkey, Object... args)
msgkey - args - Copyright © 2014 Quattor. All Rights Reserved.