public class BehaviorException extends Exception
Exception produced when fails the process that interacts with a MapControl
object,
using some tool.
Constructor and Description |
---|
BehaviorException(String message)
Creates a new behavior exception with the specified detail message.
|
BehaviorException(String message,
Throwable cause)
Creates a new behavior exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BehaviorException(String message)
Creates a new behavior exception with the specified detail message.
Exception.Exception(String)