org.sandev.TaskHeap.PlanCalculator
Class PlanCalculatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sandev.basics.structs.SandException
org.sandev.TaskHeap.PlanCalculator.PlanCalculatorException
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanCalculatorException
- extends org.sandev.basics.structs.SandException
An exception for Plan calculation problems.
- See Also:
- Serialized Form
| Methods inherited from class org.sandev.basics.structs.SandException |
getRootCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlanCalculatorException
public PlanCalculatorException()
PlanCalculatorException
public PlanCalculatorException(java.lang.String msg)
PlanCalculatorException
public PlanCalculatorException(java.lang.String msg,
java.lang.Throwable cause)
PlanCalculatorException
public PlanCalculatorException(java.lang.Throwable cause)