public class GuideException extends RuntimeException
| Constructor and Description |
|---|
GuideException(Exception e)
Constructs a new exception with the given exception.
|
GuideException(String message)
Constructs a new exception with a given message
|
GuideException(String message,
Exception e)
Constructs a new exception with a given message and exception.
|
public GuideException(Exception e)
e - The causing exception.RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable, boolean, boolean)public GuideException(String message)
message - The detail message.RuntimeException.RuntimeException(java.lang.String)public GuideException(String message, Exception e)
message - The detail message.e - The causing exception.RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable, boolean, boolean)Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.