Класс BadStringOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.BadStringOperationException
- Все реализуемые интерфейсы:
- Serializable
public class BadStringOperationException extends Exception
Выбрасывается, когда недействительная операция со строкой передаётся методу для построения запроса.
- С тех пор:
- 1.5
- См. также:
- Сериализованная форма
Конструкторы
| Конструктор и описание |
|---|
BadStringOperationException(String message)
Создаёт |
Методы
| Модификатор и тип | Метод и описание |
|---|---|
String |
toString()
Возвращает строку, представляющую объект. |
Методы, унаследованные от класса java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Методы, унаследованные от класса java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Конструкторы
BadStringOperationException
public BadStringOperationException(String message)
Создаёт BadStringOperationException с указанным сообщением об ошибке.
- Параметры:
-
message- сообщение об ошибке.
Методы
toString
public String toString()
Возвращает строку, представляющую объект.
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.