Class UnsupportedTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedTypeException
    extends java.lang.RuntimeException
    Exception for when one of the requested geometry generation types is not known or understood.

    Version:
    $Revision: 1.1 $
    Author:
    Justin Couch
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedTypeException

        public UnsupportedTypeException​(java.lang.String msg)
        Create an exception that contains the given message.
        Parameters:
        msg - The message to associate with this exception