org.foray.ps
Class PsDeviceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.foray.ps.PsDeviceException
All Implemented Interfaces:
Serializable

public class PsDeviceException
extends Exception

Exception thrown in device-specific portions of FOray PostScript code.

See Also:
Serialized Form

Constructor Summary
PsDeviceException(String message)
          Create a new PsDeviceException.
PsDeviceException(String message, Throwable cause)
          Create a new PsDeviceException.
PsDeviceException(Throwable cause)
          Create a new PsDeviceException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PsDeviceException

public PsDeviceException(String message)
Create a new PsDeviceException. Identical to Exception.Exception(java.lang.String)

Parameters:
message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
See Also:
Exception.Exception(java.lang.String)

PsDeviceException

public PsDeviceException(Throwable cause)
Create a new PsDeviceException. Identical to Exception.Exception(java.lang.Throwable)

Parameters:
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
Exception.Exception(java.lang.Throwable)

PsDeviceException

public PsDeviceException(String message,
                         Throwable cause)
Create a new PsDeviceException. Identical to Exception.Exception(java.lang.String, java.lang.Throwable)

Parameters:
message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)


Copyright © 2017. All rights reserved.