Class ProcessException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    VectorToRasterException

    public class ProcessException
    extends RuntimeException
    A runtime exception used when executing a process.
    Since:
    2.6
    Author:
    Michael Bedward
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

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

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

      • ProcessException

        public ProcessException​(Throwable cause)
      • ProcessException

        public ProcessException​(String message,
                                Throwable cause)
      • ProcessException

        public ProcessException​(String message)