Class TrdpConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.trdp.config.TrdpConfigException
All Implemented Interfaces:
Serializable

public class TrdpConfigException extends Exception
Checked exception thrown when loading or validating a TRDP XML configuration fails.
See Also:
  • Constructor Details

    • TrdpConfigException

      public TrdpConfigException(String message)
      Creates an exception with the given message.
      Parameters:
      message - the detail message.
    • TrdpConfigException

      public TrdpConfigException(String message, Throwable cause)
      Creates an exception with the given message and cause.
      Parameters:
      message - the detail message.
      cause - the underlying cause.