com.perforce.p4java.exception
Class NullPointerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.perforce.p4java.exception.P4JavaError
              extended by com.perforce.p4java.exception.NullPointerError
All Implemented Interfaces:
Serializable

public class NullPointerError
extends P4JavaError

Error class used to signal null pointers.

See Also:
Serialized Form

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

NullPointerError

public NullPointerError()

NullPointerError

public NullPointerError(String message,
                        Throwable cause)

NullPointerError

public NullPointerError(String message)

NullPointerError

public NullPointerError(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.