public class UnmappableOutputException extends RuntimeException
| Constructor and Description |
|---|
UnmappableOutputException(List<? extends UnmappableOutput> entries)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnmappableOutput> |
getEntries()
Returns the entries.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmappableOutputException(List<? extends UnmappableOutput> entries)
entries - the error entriespublic List<UnmappableOutput> getEntries()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.