Package com.luciad.util
Class TLcdOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.util.TLcdOutOfBoundsException
- All Implemented Interfaces:
Serializable
TLcdOutOfBoundsException
is an Exception
that
is thrown when a computed value ends up outside its valid bounds.
This may for example happen when a transformed point has no valid coordinates in its new coordinate space. For example, the location of the south pole cannot be expressed in a grid reference with a polar projection of the northern hemisphere.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdOutOfBoundsException
Utility method that returns a shared out of bounds exception.static boolean
internal
(byte[] b) For internal development use only.static String
internal
(int i) For internal development use only.static void
setStackTraceOn
(boolean aStackTraceOn) When set to true this ensures that the correct stack trace is built for the shared instance.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdOutOfBoundsException
public TLcdOutOfBoundsException() -
TLcdOutOfBoundsException
-
-
Method Details
-
setStackTraceOn
public static void setStackTraceOn(boolean aStackTraceOn) When set to true this ensures that the correct stack trace is built for the shared instance. Use only for debugging, since this can lead to a severe performance penalty.- Parameters:
aStackTraceOn
- whether or not the correct stack trace should be constructed for the shared instance.- See Also:
-
internal
public static boolean internal(byte[] b) For internal development use only. -
internal
For internal development use only.