Class LayerFatalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.daffodil.api.layers.exceptions.LayerFatalException
All Implemented Interfaces:
Serializable

public class LayerFatalException extends RuntimeException
This is used to encapsulate runtime exceptions that are thrown out of layer code.
See Also:
  • Constructor Details

    • LayerFatalException

      public LayerFatalException(String message)
      Parameters:
      message - String for exception
    • LayerFatalException

      public LayerFatalException(Throwable cause)
      When constructed with just a cause, we also pass a message if the cause provides one because the SLF4J logging system doesn't synthesize a message from the cause if only a cause is provided.
      Parameters:
      cause - throwable for exception
    • LayerFatalException

      public LayerFatalException(String message, Throwable cause)