public static class Catalog.DefinitionNotExistException extends Exception
Constructor and Description |
---|
DefinitionNotExistException(Identifier identifier,
String name) |
DefinitionNotExistException(Identifier identifier,
String name,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Identifier |
identifier() |
String |
name() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DefinitionNotExistException(Identifier identifier, String name)
public DefinitionNotExistException(Identifier identifier, String name, Throwable cause)
public Identifier identifier()
public String name()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.