public class LanguageException extends DMLException
Exception occurring at the Language level.
Modifier and Type | Class and Description |
---|---|
static class |
LanguageException.LanguageErrorCodes |
ERROR_MSG_DELIMITER
Constructor and Description |
---|
LanguageException() |
LanguageException(String message) |
LanguageException(String message,
String code) |
LanguageException(String message,
Throwable cause) |
LanguageException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2020 The Apache Software Foundation. All rights reserved.