com.perforce.p4java.exception
Class FileEncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.perforce.p4java.exception.P4JavaException
              extended by com.perforce.p4java.exception.FileEncoderException
All Implemented Interfaces:
Serializable

public class FileEncoderException
extends P4JavaException

Exception class for P4Java file encoding exceptions.

See Also:
Serialized Form

Constructor Summary
FileEncoderException()
           
FileEncoderException(String message)
           
FileEncoderException(String message, Throwable cause)
           
FileEncoderException(Throwable cause)
           
 
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

FileEncoderException

public FileEncoderException()

FileEncoderException

public FileEncoderException(String message,
                            Throwable cause)

FileEncoderException

public FileEncoderException(String message)

FileEncoderException

public FileEncoderException(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.