public static class Result.OutputException extends RuntimeException
Result.OutputException
is thrown when a Result
was failed to output data model objects.Constructor and Description |
---|
OutputException()
Creates a new instance.
|
OutputException(String message)
Creates a new instance.
|
OutputException(String message,
Throwable cause)
Creates a new instance.
|
OutputException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OutputException()
public OutputException(String message)
message
- message (nullable)public OutputException(Throwable cause)
cause
- original cause (nullable)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.