com.bareflow
Class BareflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bareflow.BareflowException
- All Implemented Interfaces:
- java.io.Serializable
public class BareflowException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Method Summary |
com.bareflow.xml.serialization.IXmlLocation |
getLocation()
|
com.bareflow.xml.serialization.IXmlLocation |
getSublocation()
|
void |
setLocation(com.bareflow.xml.serialization.IXmlLocation location)
|
void |
setSublocation(com.bareflow.xml.serialization.IXmlLocation sublocation)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BareflowException
public BareflowException(java.lang.String message)
BareflowException
public BareflowException(java.lang.Throwable t)
BareflowException
public BareflowException(java.lang.String message,
java.lang.Throwable t,
com.bareflow.xml.serialization.IXmlLocation location)
BareflowException
public BareflowException(java.lang.String message,
java.lang.Throwable t)
setLocation
public void setLocation(com.bareflow.xml.serialization.IXmlLocation location)
getLocation
public com.bareflow.xml.serialization.IXmlLocation getLocation()
getSublocation
public com.bareflow.xml.serialization.IXmlLocation getSublocation()
setSublocation
public void setSublocation(com.bareflow.xml.serialization.IXmlLocation sublocation)