public class AssetException extends RuntimeException
| Constructor and Description |
|---|
AssetException(String id,
AssetProblem problem) |
AssetException(String id,
List<AssetProblem> problems) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
List<AssetProblem> |
getProblems() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssetException(String id, AssetProblem problem)
public AssetException(String id, List<AssetProblem> problems)
public String getId()
public List<AssetProblem> getProblems()
Copyright © 2015. All rights reserved.