Class BaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XStreamException

public abstract class BaseException extends RuntimeException
Deprecated.
As of 1.3, use XStreamException instead
See Also:
  • Constructor Details

    • BaseException

      protected BaseException(String message)
      Deprecated.
    • BaseException

      protected BaseException(String message, Throwable cause)
      Deprecated.