public class ReprRendererException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static ReprRendererException |
create(Exception cause) |
static ReprRendererException |
create(Exception cause,
String message,
Object... args) |
static ReprRendererException |
create(org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation repr,
String message,
Object... args) |
static ReprRendererException |
create(String message,
Object... args) |
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation |
getJsonRepresentation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ReprRendererException create(String message, Object... args)
public static ReprRendererException create(Exception cause)
public static ReprRendererException create(Exception cause, String message, Object... args)
public static ReprRendererException create(org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation repr, String message, Object... args)
public org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation getJsonRepresentation()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.