Uses of Class
com.saperion.ngc.exception.SapViewerUrlException.SapViewerUrlExceptionCause
-
Packages that use SapViewerUrlException.SapViewerUrlExceptionCause Package Description com.saperion.ngc.exception Package for exception classes. -
-
Uses of SapViewerUrlException.SapViewerUrlExceptionCause in com.saperion.ngc.exception
Methods in com.saperion.ngc.exception that return SapViewerUrlException.SapViewerUrlExceptionCause Modifier and Type Method Description SapViewerUrlException.SapViewerUrlExceptionCause
SapViewerUrlException. getExceptionCause()
static SapViewerUrlException.SapViewerUrlExceptionCause
SapViewerUrlException.SapViewerUrlExceptionCause. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SapViewerUrlException.SapViewerUrlExceptionCause[]
SapViewerUrlException.SapViewerUrlExceptionCause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.saperion.ngc.exception with parameters of type SapViewerUrlException.SapViewerUrlExceptionCause Constructor Description SapViewerUrlException(java.lang.String message, SapViewerUrlException.SapViewerUrlExceptionCause cause)
Creates a newSapViewerUrlException
.
-