Class UnpivotableExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javarosa.core.model.condition.pivot.UnpivotableExpressionException
- All Implemented Interfaces:
Serializable
public class UnpivotableExpressionException extends Exception
- Author:
- ctsims
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnpivotableExpressionException()Default constructor.UnpivotableExpressionException(String message)Message constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnpivotableExpressionException
public UnpivotableExpressionException()Default constructor. Should be used for semanticly unpivotable expressions which are expected -
UnpivotableExpressionException
Message constructor. Should be used when something unusual happens.- Parameters:
message-
-