Class TLspDiscretizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.view.lightspeed.geometry.discretization.TLspDiscretizationException
All Implemented Interfaces:
Serializable

public class TLspDiscretizationException extends Exception
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 Details

    • TLspDiscretizationException

      public TLspDiscretizationException(String aMessage)
      Creates a new TLspDiscretizationException with the specified message.
      Parameters:
      aMessage - the specified message
    • TLspDiscretizationException

      public TLspDiscretizationException()
      Creates a new TLspDiscretizationException with an empty message.