public class ProjectException
extends java.lang.RuntimeException
Constructor and Description |
---|
ProjectException()
Default constructor.
|
ProjectException(java.lang.String message)
Constructor that sets a message.
|
ProjectException(java.lang.String message,
java.lang.Throwable cause)
Constructor that sets a message and cause of the exception.
|
public ProjectException()
public ProjectException(java.lang.String message)
message
- a message describing the exception.public ProjectException(java.lang.String message, java.lang.Throwable cause)
message
- a message describing the exception.cause
- the cause of the exception.Copyright © 2010 - 2020 Adobe. All Rights Reserved