Package net.sourceforge.plantuml.project
Class Failable<O>
java.lang.Object
net.sourceforge.plantuml.project.Failable<O>
public class Failable<O>
extends java.lang.Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
ok
-
error
-
get
-
isFail
public boolean isFail() -
getError
public java.lang.String getError()
-