com.supermap.services.components
Class PlotException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.supermap.services.components.PlotException
-
- All Implemented Interfaces:
- java.io.Serializable
public class PlotException extends java.lang.ExceptionDynamically plotting service component exception information.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PlotException()Default constructor.PlotException(java.lang.String message)Constructs a new exception with specified details.PlotException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with specified details and causes.PlotException(java.lang.Throwable cause)Constructs a new exception with causes.
-
-
-
Constructor Detail
-
PlotException
public PlotException()
Default constructor.
-
PlotException
public PlotException(java.lang.String message)
Constructs a new exception with specified details.- Parameters:
message- detailed message.
-
PlotException
public PlotException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with specified details and causes.- Parameters:
message- detailed message.cause- The cause.
-
PlotException
public PlotException(java.lang.Throwable cause)
Constructs a new exception with causes.- Parameters:
cause- The cause.
-
-