Perforce

com.perforce.api
Class PerforceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.perforce.api.PerforceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitException, SubmitException

public class PerforceException
extends Exception

Signals that a general exception occurred when working with Perforce.

Version:
$Date: 2002/08/05 $ $Revision: #6 $
Author:
David Markley
See Also:
Serialized Form

Constructor Summary
PerforceException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerforceException

public PerforceException(String msg)

Perforce

Copyright © 2001, Perforce Software, All rights reserved.