|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.codegen.builder.callstack.AbstractCallElement
org.jboss.errai.codegen.builder.callstack.ThrowException
public class ThrowException
Field Summary |
---|
Fields inherited from class org.jboss.errai.codegen.builder.callstack.AbstractCallElement |
---|
blame, next, resultType |
Constructor Summary | |
---|---|
ThrowException(Class<? extends Throwable> throwableType,
Object... parameters)
|
|
ThrowException(String exceptionVariableName)
|
Method Summary | |
---|---|
void |
handleCall(CallWriter writer,
Context context,
Statement statement)
|
String |
toString()
|
Methods inherited from class org.jboss.errai.codegen.builder.callstack.AbstractCallElement |
---|
append, blameAndRethrow, getNext, getResultType, nextOrReturn, setNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ThrowException(String exceptionVariableName)
public ThrowException(Class<? extends Throwable> throwableType, Object... parameters)
Method Detail |
---|
public void handleCall(CallWriter writer, Context context, Statement statement)
public String toString()
toString
in class AbstractCallElement
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |