com.kuka.nav.fleet
Class ReplanResult

java.lang.Object
  extended by com.kuka.nav.fleet.ReplanResult

public class ReplanResult
extends Object

Result for replanning. Contains the information if the replanning was successful or not. If not the exception is inside.


Constructor Summary
ReplanResult(boolean successful, Exception exception)
          Constructor.
 
Method Summary
 Exception getException()
           
 boolean isSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplanResult

public ReplanResult(boolean successful,
                    Exception exception)
Constructor.

Parameters:
successful - indicates whether replanning was successful
exception - the reason for replanning-failure or null
Method Detail

isSuccessful

public boolean isSuccessful()
Returns:
the successful

getException

public Exception getException()
Returns:
the exception


Copyright © 2019. All rights reserved.