Package org.luwrain.core
Class InitResult
- java.lang.Object
-
- org.luwrain.core.InitResult
-
public final class InitResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InitResult.Type
-
Constructor Summary
Constructors Constructor Description InitResult()
InitResult(Throwable e)
InitResult(InitResult.Type type)
InitResult(InitResult.Type type, Object arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getArg()
Throwable
getException()
String
getMessage()
InitResult.Type
getType()
boolean
isOk()
String
toString()
-
-
-
Constructor Detail
-
InitResult
public InitResult()
-
InitResult
public InitResult(InitResult.Type type)
-
InitResult
public InitResult(InitResult.Type type, Object arg)
-
InitResult
public InitResult(Throwable e)
-
-