- java.lang.Object
-
- org.apache.felix.gogo.runtime.Pipe.Result
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
int |
error |
java.lang.Exception |
exception |
java.lang.Object |
result |
-
Constructor Summary
Constructors
| Constructor and Description |
Result(java.lang.Exception exception) |
Result(int error) |
Result(java.lang.Object result) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
error
public final int error
-
Constructor Detail
-
Result
public Result(int error)
-
Method Detail
-
error
public int error()
- Specified by:
error in interface Result
Copyright © 2006-2016 The Apache Software Foundation. All Rights Reserved.