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, toString
public UnmappableOutputException(List<? extends UnmappableOutput> entries)
entries
- the error entriespublic List<UnmappableOutput> getEntries()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.