public class StandardViolatedException extends RadiusException
| Constructor and Description |
|---|
StandardViolatedException(Class standardClass,
List missing) |
| Modifier and Type | Method and Description |
|---|---|
List |
getMissingAttributes() |
Class |
getStandardClass() |
String |
listAttributes() |
String |
listAttributes(String sep)
Provides a listing of the names of the missing attributes
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String listAttributes()
public String listAttributes(String sep)
sep - delimiter to use between attribute namespublic Class getStandardClass()
public List getMissingAttributes()
Copyright © 2017. All rights reserved.