Class palError

All Implemented Interfaces:
Serializable

public class palError extends Exception
Class for Pal exceptions
See Also:
  • Constructor Details

    • palError

      public palError(int status, String mess)
      Create a new Pal exceptions
      Parameters:
      status - Exception number
      mess - Exception message
    • palError

      public palError(String mess)
      Create a new Pal exceptions, with zero status
      Parameters:
      mess - Exception message
  • Method Details

    • toString

      public String toString()
      Get the Pal exceptions as a string
      Overrides:
      toString in class Throwable
      Returns:
      The Exception number and message