Class XRRuntimeException

All Implemented Interfaces:
Serializable

public class XRRuntimeException extends RuntimeException
General runtime exception used in XHTMLRenderer. Auto-logs messages to plumbing.exception hierarchy.
Author:
Patrick Wright
See Also:
  • Constructor Details

    • XRRuntimeException

      public XRRuntimeException(String msg)
      Instantiates a new Exception with a "reason" message.
      Parameters:
      msg - Reason the exception is being thrown.
    • XRRuntimeException

      public XRRuntimeException(String msg, Throwable cause)
      Instantiates a new Exception with a "reason" message.
      Parameters:
      msg - Reason the exception is being thrown.
      cause - Throwable that caused this exception to be thrown (e.g. IOException.