Package com.perforce.p4java.exception
Class NullPointerError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.perforce.p4java.exception.P4JavaError
com.perforce.p4java.exception.NullPointerError
- All Implemented Interfaces:
Serializable
Error class used to signal null pointers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNullPointerError(String message) NullPointerError(String message, Throwable cause) NullPointerError(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullPointerError
public NullPointerError() -
NullPointerError
-
NullPointerError
-
NullPointerError
-