public class Exception
extends java.lang.Object
Java class for exception complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exception"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.resources.com/jmvc}typeJsp"/> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Exception() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHandler()
Gets the value of the handler property.
|
java.lang.String |
getJsp()
Gets the value of the jsp property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setHandler(java.lang.String value)
Sets the value of the handler property.
|
void |
setJsp(java.lang.String value)
Sets the value of the jsp property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJsp()
String
public void setJsp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHandler()
String
public void setHandler(java.lang.String value)
value
- allowed object is
String