public class Exception extends Object
| Constructor and Description |
|---|
Exception() |
Exception(CustomName name) |
| Modifier and Type | Method and Description |
|---|---|
CustomName |
getClassName() |
void |
setClassName(CustomName className) |
public Exception()
public Exception(CustomName name)
public CustomName getClassName()
public void setClassName(CustomName className)
className - The className to set.Copyright © 2005–2018 Oracle Corporation. All rights reserved.