Class TLspDiscretizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.view.lightspeed.geometry.discretization.TLspDiscretizationException
- All Implemented Interfaces:
Serializable
Exception thrown by
ILspShapeDiscretizer.discretizeSFCT(Object, TLspShapeDiscretizationParameters, com.luciad.view.lightspeed.TLspContext, ALspEditable3DMesh)
when the given combination of object and discretization parameters cannot be discretized.- Since:
- 2012.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newTLspDiscretizationException
with an empty message.TLspDiscretizationException
(String aMessage) Creates a newTLspDiscretizationException
with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLspDiscretizationException
Creates a newTLspDiscretizationException
with the specified message.- Parameters:
aMessage
- the specified message
-
TLspDiscretizationException
public TLspDiscretizationException()Creates a newTLspDiscretizationException
with an empty message.
-