public static interface ExceptionMethod.ConstructionDelegate
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ExceptionMethod.ConstructionDelegate.ForDefaultConstructorA construction delegate that calls the default constructor. | 
| static class  | ExceptionMethod.ConstructionDelegate.ForStringConstructorA construction delegate that calls a constructor that takes a single string as its argument. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | make()Creates a stack manipulation that creates pushes all constructor arguments onto the operand stack
 and subsequently calls the constructor. | 
StackManipulation make()
Copyright © 2014–2016. All rights reserved.